Exception: Wowapi::AuthException

Inherits:
Exception
  • Object
show all
Defined in:
lib/wowapi/exceptions/auth_exception.rb

Overview

Currently unused; deprecated?

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Could not authenticate.') ⇒ AuthException

Returns a new instance of AuthException.



4
5
6
# File 'lib/wowapi/exceptions/auth_exception.rb', line 4

def initialize(msg = 'Could not authenticate.')
  super
end