Exception: Wowr::Exceptions::InvalidLoginDetails

Inherits:
StandardError
  • Object
show all
Defined in:
lib/wowr/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidLoginDetails

Returns a new instance of InvalidLoginDetails.



57
58
59
# File 'lib/wowr/exceptions.rb', line 57

def initialize
	super "It was not possible to login using the username and password provided."
end