Skip to content

Commit

Permalink
docs: add comments for HttpError
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaidev committed May 30, 2024
1 parent f5f8336 commit 30bdb3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/http-error.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { defaultMessages } from "./default-messages";

/**
* Parent class of all HTTP errors.
*/
export class HttpError extends Error {
constructor(
// eslint-disable-next-line @typescript-eslint/ban-types
Expand Down

0 comments on commit 30bdb3c

Please sign in to comment.