module Exceptions
Middleware for handling exceptional situations.
Classes and Modules
class Handler < Protocol::HTTP::MiddlewareA middleware which catches exceptions and performs an internal redirect.
class Mailer < Protocol::HTTP::MiddlewareA middleware which catches application exceptions and sends an email containing the exception, backtrace, request, and application state.