module Exceptions

Middleware for handling exceptional situations.

Classes and Modules

class Handler < Protocol::HTTP::Middleware

A middleware which catches exceptions and performs an internal redirect.

class Mailer < Protocol::HTTP::Middleware

A middleware which catches application exceptions and sends an email containing the exception, backtrace, request, and application state.