Exception: LocaSMS::InvalidLogin
- Defined in:
- lib/locasms/exception.rb
Overview
Raised when the given credentials are invalid
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
Methods inherited from Exception
Constructor Details
This class inherits a constructor from LocaSMS::Exception
Instance Method Details
#default_message ⇒ Object
31 32 33 |
# File 'lib/locasms/exception.rb', line 31 def 'Invalid Login' end |