module Roda::RodaPlugins::ErrorMail::InstanceMethods

def error_mail(exception)

the email.
instance, but it can be a plain string which is used as the subject for
Send an email for the given error. +exception+ is usually an exception
def error_mail(exception)
  _error_mail(exception).deliver!
end