Exception: PaystackSdk::AuthenticationError

Inherits:
APIError
  • Object
show all
Defined in:
lib/paystack_sdk.rb

Overview

Raised when authentication fails

Instance Method Summary collapse

Constructor Details

#initialize(message = "Invalid API key or authentication failed") ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



57
58
59
# File 'lib/paystack_sdk.rb', line 57

def initialize(message = "Invalid API key or authentication failed")
  super
end