module Roda::RodaPlugins::ErrorMail::InstanceMethods
def error_mail_content(exception)
The content of the email to send, include the headers and the body.
def error_mail_content(exception) _error_mail(exception).to_s end
def error_mail_content(exception) _error_mail(exception).to_s end