Skip to main content
Go to Latest
File
export class DarkflareError extends Error { constructor(module: string, message: string) { super(message) this.name = `darkflare:${module}` }}