UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

7 lines (6 loc) 153 B
/** * Api error thrown when the cause was unable to be determined */ export declare class ApiUnknownInternalError extends Error { constructor(); }