Exception: Wowr::Exceptions::CookieNotSet

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

Instance Method Summary collapse

Constructor Details

#initializeCookieNotSet

Returns a new instance of CookieNotSet.



43
44
45
# File 'lib/wowr/exceptions.rb', line 43

def initialize
	super "Cookie required for secure requests not set. Use login(username, password) to retrieve cookie."
end