Exception: Strike::Errors::UnauthorizedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/strike/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid API Key.') ⇒ UnauthorizedError

Returns a new instance of UnauthorizedError.



16
17
18
# File 'lib/strike/errors.rb', line 16

def initialize(msg = 'Invalid API Key.')
  super
end