Module: Utopia::Exceptions

Defined in:
lib/utopia/exceptions.rb,
lib/utopia/exceptions/mailer.rb,
lib/utopia/exceptions/handler.rb,
lib/utopia/exceptions/application_errors.rb

Overview

Middleware for handling exceptional situations.

Defined Under Namespace

Classes: Handler, Mailer

Constant Summary collapse

APPLICATION_ERRORS =

Exceptions raised by application code which can be safely handled and reported.

[StandardError, ScriptError].freeze