We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081946b commit 1a98bcdCopy full SHA for 1a98bcd
packages/event-handler/src/rest/Router.ts
@@ -79,8 +79,7 @@ class Router {
79
* Registers a custom error handler for specific error types.
80
*
81
* @param errorType - The error constructor(s) to handle
82
- * @param handler - The error handler that returns an
83
- * error response>
+ * @param handler - The error handler that returns an error response
84
*/
85
public errorHandler<T extends Error>(
86
errorType: ErrorConstructor<T> | ErrorConstructor<T>[],
0 commit comments