Skip to content

Commit

Permalink
Update http-exceptions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Feb 9, 2024
1 parent fa9cce7 commit 9b6173b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,10 @@ export class NotImplementedException extends HttpException {
},
options?: ThrowingOptions,
) {
super(501, metadata, options);
super(501, metadata, options)
}
}


export class MethodNotAllowedException extends HttpException {
constructor(
public metadata: HttpExceptionMetadata,
Expand Down

0 comments on commit 9b6173b

Please sign in to comment.