We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998a24d commit e842768Copy full SHA for e842768
1 file changed
packages/common/exceptions/http.exception.ts
@@ -2,13 +2,8 @@ export class HttpException extends Error {
2
public readonly message: any;
3
4
/**
5
-<<<<<<< HEAD
6
- * The base Nest Application exception which is handled by the default Exceptions Handler.
7
- * If you throw an exception from your HTTP route handlers, Nest will map them to the appropriate HTTP response and send to the client.
8
-=======
9
* The base Nest Application exception, which is handled by the default Exceptions Handler.
10
* If you throw an exception from your HTTP route handler, Nest will map them to the appropriate HTTP response and send to the client.
11
->>>>>>> master
12
*
13
* When `response` is an object:
14
* - object will be stringified and returned to the user as a JSON response,
0 commit comments