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:
parent
cafaf901dd
commit
a665bdc64d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue