Exception: Rubycord::Errors::InvalidAuthenticationError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Rubycord::Errors::InvalidAuthenticationError
- Defined in:
- lib/rubycord/errors.rb
Overview
Raised when authentication data is invalid or incorrect.
Instance Method Summary collapse
-
#message ⇒ Object
Default message for this exception.
Instance Method Details
#message ⇒ Object
Default message for this exception
7 8 9 |
# File 'lib/rubycord/errors.rb', line 7 def "User login failed due to an invalid email or password!" end |