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.



9
10
11
# File 'lib/motion-phony/phony-base.rb', line 9

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