Exception: CogiEmail::NormalizationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cogi_email/error.rb

Instance Method Summary collapse

Constructor Details

#initializeNormalizationError

Returns a new instance of NormalizationError.



3
4
5
# File 'lib/cogi_email/error.rb', line 3

def initialize
  super %Q{Can not normalize the given email address. It is not an valid email address.}
end