Exception: Roda::RodaPlugins::MailProcessor::UnhandledMail
- Inherits:
-
StandardError
- Object
- StandardError
- Roda::RodaPlugins::MailProcessor::UnhandledMail
- Defined in:
- lib/roda/plugins/mail_processor.rb
Overview
Exception class raised when a mail processed is not handled during routing, either implicitly because the r.handle
method was not called, or via an explicit call to unhandled_mail
.