2
0
Эх сурвалжийг харах

Deleted unnecessary files

hakumizuki 4 жил өмнө
parent
commit
2bbda8859c

+ 0 - 12
packages/slack/src/interfaces/http-errors.ts

@@ -1,12 +0,0 @@
-import { HttpError } from 'http-errors';
-
-export class CustomHttpError extends Error {
-
-  httpError: HttpError
-
-  constructor(httpError: HttpError) {
-    super(httpError.message);
-    this.httpError = httpError;
-  }
-
-}