Class ActionDispatch::DebugExceptions
In: lib/action_dispatch/middleware/debug_exceptions.rb
Parent: Object

This middleware is responsible for logging exceptions and showing a debugging page in case the request is local.

Methods

call   new  

Constants

RESCUES_TEMPLATE_PATH = File.join(File.dirname(__FILE__), 'templates')

Public Class methods

Public Instance methods

[Validate]