@tdanks2000/anilist-wrapper
Version:
A wrapper for the Anilist graphQL api
11 lines • 342 B
TypeScript
declare class NotLoggedInException extends Error {
constructor();
}
declare class NoIdException extends Error {
constructor(type: string);
}
declare class TimeOutException extends Error {
constructor(timeoutTime: number);
}
export { NoIdException, NotLoggedInException, TimeOutException };
//# sourceMappingURL=exceptions.d.ts.map