class Phony::NormalizationError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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