UNPKG
@evolvejs/core
Version:
latest (0.3.2-alpha)
0.3.2-alpha
An advanced Discord API wrapper with TS and JS support
evolve.js.org
EvolveJS/EvolveJS
@evolvejs/core
/
dist
/
Client
/
RestAPI
/
DiscordRejection.d.ts
15 lines
(14 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export default class DiscordRejection extends Error { raw: { msg: string;
code
: number; http: number;
path
: string; }; constructor(struct: { msg: string;
code
: number; http: number;
path
: string; }); }