Class Index [+]

Quicksearch

Merb::Dispatcher::DefaultException

:api: private

Public Instance Methods

_template_location(context, type = nil, controller = controller_name) click to toggle source

:api: private

     # File lib/merb-core/dispatch/default_exception/default_exception.rb, line 107
107:         def _template_location(context, type = nil, controller = controller_name)
108:           "#{context}.#{type}"
109:         end
index() click to toggle source

:api: private

     # File lib/merb-core/dispatch/default_exception/default_exception.rb, line 112
112:         def index
113:           @exceptions = request.exceptions
114:           @show_details = Merb::Config[:exception_details]
115:           render :format => :html
116:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.