Method: Fortifier::NotifierMailer#task_exception

Defined in:
app/mailers/fortifier/notifier_mailer.rb

#task_exception(exception) ⇒ Object



32
33
34
35
36
37
38
# File 'app/mailers/fortifier/notifier_mailer.rb', line 32

def task_exception(exception)
  @exception = exception
  mail(
    :to => "[email protected]",
    :from => "[email protected]",
    :subject => "Error discovered in: #{host_uri}")
end