class CogiPhony::NormalizationError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/cogi_phony/error.rb 3 def initialize 4 super %Q{Can not normalize the given number. It is not a phone number.} 5 end