There was an error while loading. Please reload this page.
1 parent f21c0db commit 4c5ac0aCopy full SHA for 4c5ac0a
1 file changed
handwritten/error-reporting/src/index.ts
@@ -35,6 +35,8 @@ import * as manualRequestExtractor from './request-extractors/manual';
35
// eslint-disable-next-line @typescript-eslint/no-explicit-any
36
export type RestifyRequestHandler = (req: any, res: any, next: Function) => any;
37
38
+export {ErrorMessage};
39
+
40
/**
41
* @typedef ConfigurationOptions
42
* @type {Object}
0 commit comments