Exception: ZeroDrop::AuthError
- Inherits:
-
StandardError
- Object
- StandardError
- ZeroDrop::AuthError
- Defined in:
- lib/zerodrop.rb
Overview
Raised when an invalid API key is provided.
Instance Method Summary collapse
-
#initialize ⇒ AuthError
constructor
A new instance of AuthError.
Constructor Details
#initialize ⇒ AuthError
Returns a new instance of AuthError.
35 36 37 |
# File 'lib/zerodrop.rb', line 35 def initialize super("invalid or missing API key") end |