Exception: Wowr::Exceptions::LoginBroken

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

Instance Method Summary collapse

Constructor Details

#initializeLoginBroken

Returns a new instance of LoginBroken.



69
70
71
# File 'lib/wowr/exceptions.rb', line 69

def initialize
	super "It was not possible to login due to a failure of login logic."
end