Exception: Phony::NormalizationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/motion-phony/phony-base.rb

Instance Method Summary collapse

Constructor Details

#initializeNormalizationError

Returns a new instance of NormalizationError.



16
17
18
# File 'lib/motion-phony/phony-base.rb', line 16

def initialize
  super %Q{Phony could not normalize the given number. Is it a phone number?}
end