module Exceptions

Middleware for handling exceptional situations.

Nested Classes and Modules

class Handler

A middleware which catches exceptions and performs an internal redirect.

class Mailer

A 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.