1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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