UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

7 lines (6 loc) 146 B
/** * Api token error. Thrown when the token is missing or incorrect */ export declare class ApiTokenError extends Error { constructor(); }