Skip to content

Commit

Permalink
new info on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
entomb committed Sep 26, 2013
1 parent 1131edd commit fd3912e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ You can optionaly throw exeptions, the middleware will catch all exeptions and d
```
```json
{
error: true,
msg: "ERROR: Something wrong with your request!",
status: 500
"error": true,
"msg": "ERROR: Something wrong with your request!",
"status": 500
}

```
Expand Down

0 comments on commit fd3912e

Please sign in to comment.