class Emiler::MalformedEmailError

Public Class Methods

new(e1, e2) click to toggle source
Calls superclass method
# File lib/emiler.rb, line 28
def initialize e1, e2
  super "Rejected to calculate distance for malformed emails <#{e1}>, <#{e2}> due to RAISE_ON_MALFORMED_EMAIL setting"
end