README: Clarify what the special `not_found` and `error` handlers do

This commit is contained in:
Markus Prinz 2013-02-12 16:14:48 +01:00
parent cafaf901dd
commit a665bdc64d
1 changed files with 2 additions and 1 deletions

View File

@ -2057,7 +2057,8 @@ Or a range:
```
Sinatra installs special `not_found` and `error` handlers when
running under the development environment.
running under the development environment to display nice stack traces
and additional debugging information in your browser.
## Rack Middleware