Method: ActionDispatch::ExceptionWrapper#rescue_template

Defined in:
lib/action_dispatch/middleware/exception_wrapper.rb

#rescue_templateObject



122
123
124
# File 'lib/action_dispatch/middleware/exception_wrapper.rb', line 122

def rescue_template
  @@rescue_templates[@exception_class_name]
end