class Discordrb::Errors::InvalidAuthenticationError

Raised when authentication data is invalid or incorrect.

Public Instance Methods

message() click to toggle source

Default message for this exception

# File lib/discordrb/errors.rb, line 9
def message
  'User login failed due to an invalid email or password!'
end