Exception: CogiPhony::NormalizationError

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

Instance Method Summary collapse

Constructor Details

#initializeNormalizationError

Returns a new instance of NormalizationError.



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

def initialize
  super %Q{Can not normalize the given number. It is not a phone number.}
end