Exception: Rubycord::Errors::InvalidAuthenticationError

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

Overview

Raised when authentication data is invalid or incorrect.

Instance Method Summary collapse

Instance Method Details

#messageObject

Default message for this exception



7
8
9
# File 'lib/rubycord/errors.rb', line 7

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