Skip to content

Commit 026240c

Browse files
committed
feat(handler): add exception handler class
1 parent 7f5bb7d commit 026240c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/handlers/ExceptionHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export type ExceptionHandlerContext = {
55
}
66

77
export class ExceptionHandler extends Macroable {
8-
public async handle(context: ExceptionHandlerContext): Promise<void> {
8+
public async handle(_: ExceptionHandlerContext): Promise<void> {
99
throw new Error('Not implemented')
1010
}
1111
}

0 commit comments

Comments
 (0)