We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414760a commit 9199160Copy full SHA for 9199160
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