diff --git a/src/http-error.ts b/src/http-error.ts index dc57897..bd46e4b 100644 --- a/src/http-error.ts +++ b/src/http-error.ts @@ -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