Module: Rack

Defined in:
lib/rack/email_exceptions.rb

Overview

Rack::EmailExceptions is designed to be the first middleware loaded in production applications. It rescues errors and emails about them. It’s very similar to the Roda email_error plugin, except that it catches errors raised outside of the application, such as by other middleware. There should be very few of these types of errors, but it is important to be notified of them if they occur.

Defined Under Namespace

Classes: EmailExceptions