Exception: Wowapi::NoCredentialsException
- Inherits:
-
Exception
- Object
- Exception
- Wowapi::NoCredentialsException
- Defined in:
- lib/wowapi/exceptions/no_credentials_exception.rb
Overview
Thrown when either public and/or secret key was not provided
Instance Method Summary collapse
-
#initialize(msg = 'Public and/or secret key was not provided.') ⇒ NoCredentialsException
constructor
A new instance of NoCredentialsException.
Constructor Details
#initialize(msg = 'Public and/or secret key was not provided.') ⇒ NoCredentialsException
Returns a new instance of NoCredentialsException.
4 5 6 |
# File 'lib/wowapi/exceptions/no_credentials_exception.rb', line 4 def initialize(msg = 'Public and/or secret key was not provided.') super end |