module Roda::RodaPlugins::MailProcessor::InstanceMethods
def unhandled_mail(reason)
mail as not handled. A reason why the mail was not handled must be
Raise an UnhandledMail exception with the given reason, used to mark the
def unhandled_mail(reason) raise UnhandledMail, reason end