Method: Wowr::Exceptions::CookieNotSet#initialize
- Defined in:
- lib/wowr/exceptions.rb
#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 |