diff --git a/packages/common/exceptions/http.exception.ts b/packages/common/exceptions/http.exception.ts index 2192c5f3617..111a1f72a5e 100644 --- a/packages/common/exceptions/http.exception.ts +++ b/packages/common/exceptions/http.exception.ts @@ -28,7 +28,6 @@ export class HttpException extends Error { * Instantiate a plain HTTP Exception. * * @example - * throw new HttpException() * throw new HttpException('message', HttpStatus.BAD_REQUEST) * throw new HttpException('custom message', HttpStatus.BAD_REQUEST, { * cause: new Error('Cause Error'),