UNPKG
pocketsmith
Version:
latest (0.3.0)
0.3.0
0.2.3
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
PocketSmith api wrapper for Node.
github.com/maraisr/pocketsmith
maraisr/pocketsmith
pocketsmith
/
src
/
exceptions
/
index.ts
6 lines
(5 loc)
•
184 B
text/typescript
View Raw
1
2
3
4
5
6
export
function
NotInMeContext
(
):
Error
{
return
new
Error
(
"PocketSmith: Please init a `me` PocketSmith inistance. Eg: (new PocketSmith('token')).init().then(() => { ... })"
); }