Skip to content

Commit 5e00476

Browse files
committed
fix: Fix NotImplementedHttpError name typo
1 parent 3931a2e commit 5e00476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ export class NotImplementedHttpError extends HttpError {
411411
options?: ErrorOptions,
412412
) {
413413
super(HttpStatus.NotImplemented, message, additionalInfo, options);
414-
this.name = "NotImplementedError";
414+
this.name = "NotImplementedHttpError";
415415
}
416416
}
417417

0 commit comments

Comments
 (0)