Exception: PaystackSdk::AuthenticationError
- Defined in:
- lib/paystack_sdk.rb
Overview
Raised when authentication fails
Instance Method Summary collapse
-
#initialize(message = "Invalid API key or authentication failed") ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
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( = "Invalid API key or authentication failed") super end |