module Exceptions
Middleware for handling exceptional situations.
Nested Classes and Modules
class HandlerA middleware which catches exceptions and performs an internal redirect.
class MailerA middleware which catches application exceptions and sends an email containing the exception, backtrace, request, and application state.
Definitions
APPLICATION_ERRORS = [StandardError, ScriptError].freeze
Exceptions raised by application code which can be safely handled and reported.