class CogiEmail::NormalizationError

Public Class Methods

new() click to toggle source
Calls superclass method
  # File lib/cogi_email/error.rb
3 def initialize
4   super %Q{Can not normalize the given email address. It is not an valid email address.}
5 end