Exception: Wowr::Exceptions::CookieNotSet
- Inherits:
-
StandardError
- Object
- StandardError
- Wowr::Exceptions::CookieNotSet
- Defined in:
- lib/wowr/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ CookieNotSet
constructor
A new instance of CookieNotSet.
Constructor Details
#initialize ⇒ CookieNotSet
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 |