Exception: RBattlenet::Errors::Unauthorized

Inherits:
Error
  • Object
show all
Defined in:
lib/rbattlenet/exceptions.rb

Instance Attribute Summary

Attributes inherited from Error

#reason

Instance Method Summary collapse

Constructor Details

#initializeUnauthorized

Returns a new instance of Unauthorized.



18
19
20
# File 'lib/rbattlenet/exceptions.rb', line 18

def initialize
  super("Could not connect using the specified client credentials")
end