Exception: Wowapi::NoCredentialsException

Inherits:
Exception
  • Object
show all
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

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