Exception: Otp::Errors::InvalidPhoneNumberError
- Defined in:
- lib/otp/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Phone number must be a valid") ⇒ InvalidPhoneNumberError
constructor
A new instance of InvalidPhoneNumberError.
Constructor Details
#initialize(msg = "Phone number must be a valid") ⇒ InvalidPhoneNumberError
Returns a new instance of InvalidPhoneNumberError.
15 16 17 |
# File 'lib/otp/errors.rb', line 15 def initialize(msg = "Phone number must be a valid") super end |