diff --git a/src/errors/ConfigurationError.ts b/src/errors/ConfigurationError.ts index a218015..a85cd49 100644 --- a/src/errors/ConfigurationError.ts +++ b/src/errors/ConfigurationError.ts @@ -17,6 +17,6 @@ export default class ConfigurationError extends Error { constructor(message: string) { super(message); - this.name = "ConfigurationError"; + this.name = ""; } } \ No newline at end of file