Exception: CogiPhony::NormalizationError
- Inherits:
-
StandardError
- Object
- StandardError
- CogiPhony::NormalizationError
- Defined in:
- lib/cogi_phony/error.rb
Instance Method Summary collapse
-
#initialize ⇒ NormalizationError
constructor
A new instance of NormalizationError.
Constructor Details
#initialize ⇒ NormalizationError
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 |