Exception: Discordrb::Errors::InvalidAuthenticationError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/discordrb/errors.rb

Overview

Raised when authentication data is invalid or incorrect.

Instance Method Summary collapse

Instance Method Details

#messageObject

Default message for this exception



9
10
11
# File 'lib/discordrb/errors.rb', line 9

def message
  'User login failed due to an invalid email or password!'
end