Exception: ZeroDrop::AuthError

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

Overview

Raised when an invalid API key is provided.

Instance Method Summary collapse

Constructor Details

#initializeAuthError

Returns a new instance of AuthError.



35
36
37
# File 'lib/zerodrop.rb', line 35

def initialize
  super("invalid or missing API key")
end