Exception: Discordrb::Errors::InvalidAuthenticationError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Discordrb::Errors::InvalidAuthenticationError
- Defined in:
- lib/discordrb/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
9 10 11 |
# File 'lib/discordrb/errors.rb', line 9 def 'User login failed due to an invalid email or password!' end |