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