mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Update http.exception.ts
Some remains from a git merge/rebase conflict
This commit is contained in:
committed by
GitHub
parent
998a24d62f
commit
e842768bb1
@@ -2,13 +2,8 @@ export class HttpException extends Error {
|
||||
public readonly message: any;
|
||||
|
||||
/**
|
||||
<<<<<<< HEAD
|
||||
* The base Nest Application exception which is handled by the default Exceptions Handler.
|
||||
* If you throw an exception from your HTTP route handlers, Nest will map them to the appropriate HTTP response and send to the client.
|
||||
=======
|
||||
* The base Nest Application exception, which is handled by the default Exceptions Handler.
|
||||
* If you throw an exception from your HTTP route handler, Nest will map them to the appropriate HTTP response and send to the client.
|
||||
>>>>>>> master
|
||||
*
|
||||
* When `response` is an object:
|
||||
* - object will be stringified and returned to the user as a JSON response,
|
||||
|
||||
Reference in New Issue
Block a user