MCPcopy Create free account
hub / github.com/ArrowM/Queue-Bot /

Class

src/utils/error.utils.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { commandMention } from "./string.utils.ts";
4
5export abstract class AbstractError extends Error {
6 message = "Unknown Error";
7 embeds?: EmbedBuilder[];
8 log? = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected