Exception: RBattlenet::Errors::Unauthorized
- Defined in:
- lib/rbattlenet/exceptions.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize ⇒ Unauthorized
constructor
A new instance of Unauthorized.
Constructor Details
#initialize ⇒ Unauthorized
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 |