Skip to content

Commit

Permalink
add link on StandardError
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Chiu committed Dec 6, 2013
1 parent 1d83e51 commit 683e174
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ override the default response as well.

If no content_type error handling response is present, it will return `400`

Do note, the error handler rescues exceptions that are descents of `StandardError`. See

This comment has been minimized.

Copy link
@amoghe

amoghe Dec 6, 2013

nit: s/descents/descendants/

http://www.mikeperham.com/2012/03/03/the-perils-of-rescue-exception/

### Regex Matching ###

With version `0.4.0`, you can specify regex matches for the content
Expand Down

0 comments on commit 683e174

Please sign in to comment.