class Wowapi::AuthException

Currently unused; deprecated?

Public Class Methods

new(msg = 'Could not authenticate.') click to toggle source
Calls superclass method
# File lib/wowapi/exceptions/auth_exception.rb, line 4
def initialize(msg = 'Could not authenticate.')
  super
end