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 7f5bb7d commit 026240cCopy full SHA for 026240c
1 file changed
src/handlers/ExceptionHandler.ts
@@ -5,7 +5,7 @@ export type ExceptionHandlerContext = {
5
}
6
7
export class ExceptionHandler extends Macroable {
8
- public async handle(context: ExceptionHandlerContext): Promise<void> {
+ public async handle(_: ExceptionHandlerContext): Promise<void> {
9
throw new Error('Not implemented')
10
11
0 commit comments