Skip to content

Commit 772340b

Browse files
chore(error): added index.js for easier imports
1 parent 36aaeaf commit 772340b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/structures/errors/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export {
2+
DiscordHttpsError,
3+
DiscordHttpsTypeError,
4+
DiscordHttpsRangeError,
5+
} from "./DiscordHttpsError.js";
6+
export { DiscordHttpsErrorCodes } from "./ErrorCode.js";
7+
export { Messages } from "./ErrorMessage.js";

0 commit comments

Comments
 (0)