Skip to content

Commit

Permalink
Update http.exception.ts
Browse files Browse the repository at this point in the history
Some remains from a git merge/rebase conflict
  • Loading branch information
afurculita authored Apr 19, 2018
1 parent 998a24d commit e842768
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/common/exceptions/http.exception.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e842768

Please sign in to comment.