Exception: InternetScrabbleClub::Client::InvalidCredentials

Inherits:
StandardError
  • Object
show all
Defined in:
lib/internet_scrabble_club/client.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ InvalidCredentials

Returns a new instance of InvalidCredentials.



26
27
28
# File 'lib/internet_scrabble_club/client.rb', line 26

def initialize(message = nil)
  super(message || "Could not authenticate; the provided credentials are invalid.")
end