We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 033f181 + f793e2a commit c50eb48Copy full SHA for c50eb48
packages/common/exceptions/http.exception.ts
@@ -28,7 +28,6 @@ export class HttpException extends Error {
28
* Instantiate a plain HTTP Exception.
29
*
30
* @example
31
- * throw new HttpException()
32
* throw new HttpException('message', HttpStatus.BAD_REQUEST)
33
* throw new HttpException('custom message', HttpStatus.BAD_REQUEST, {
34
* cause: new Error('Cause Error'),
0 commit comments