Class | Merb::Dispatcher |
In: |
lib/merb-core/dispatch/default_exception/default_exception.rb
lib/merb-core/dispatch/dispatcher.rb |
Parent: | Object |
use_mutex | [RW] | :api: private |
Dispatch the rack environment. ControllerExceptions are rescued here and redispatched.
rack_env<Rack::Environment>: | The rack environment, which is used to instantiate a Merb::Request |
Merb::Controller: | The Merb::Controller that was dispatched to |
:api: private