Exception: CommandTower::Errors::Account::PhoneMissingError
- Inherits:
-
CommandTower::Errors::ApplicationError
- Object
- StandardError
- CommandTower::Errors::ApplicationError
- CommandTower::Errors::Account::PhoneMissingError
- Defined in:
- app/errors/command_tower/errors/account/phone_missing_error.rb
Instance Attribute Summary
Attributes inherited from CommandTower::Errors::ApplicationError
Instance Method Summary collapse
Methods inherited from CommandTower::Errors::ApplicationError
#initialize, #log_level, #retryable?
Constructor Details
This class inherits a constructor from CommandTower::Errors::ApplicationError
Instance Method Details
#code ⇒ Object
7 8 9 |
# File 'app/errors/command_tower/errors/account/phone_missing_error.rb', line 7 def code "phone_missing" end |
#message ⇒ Object
11 12 13 |
# File 'app/errors/command_tower/errors/account/phone_missing_error.rb', line 11 def "Phone number is required" end |