class 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
def _template_location(context, type = nil, controller = controller_name)
  "#{context}.#{type}"
end
index() click to toggle source

:api: private

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