Exception: Strike::Errors::UnauthorizedError
- Inherits:
-
StandardError
- Object
- StandardError
- Strike::Errors::UnauthorizedError
- Defined in:
- lib/strike/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'Invalid API Key.') ⇒ UnauthorizedError
constructor
A new instance of UnauthorizedError.
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 |