mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Small doc fix re. after filter
This commit is contained in:
parent
fbbd822752
commit
63fd77348d
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ code is 404, the <tt>not_found</tt> handler is invoked:
|
|||
=== Error
|
||||
|
||||
The +error+ handler is invoked any time an exception is raised from a route
|
||||
block or before filter. The exception object can be obtained from the
|
||||
block or a filter. The exception object can be obtained from the
|
||||
<tt>sinatra.error</tt> Rack variable:
|
||||
|
||||
error do
|
||||
|
|
Loading…
Reference in a new issue