Exception: PaystackGateway::Transactions::InitializeTransactionError
- Inherits:
-
ApiError
- Object
- StandardError
- ApiError
- PaystackGateway::Transactions::InitializeTransactionError
- Defined in:
- lib/paystack_gateway/transactions.rb
Overview
Raised when an error occurs while calling POST /transaction/initialize
Constant Summary
Constants inherited from ApiError
ApiError::CONNECTION_ERROR_CLASSES
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
Methods inherited from ApiError
#initialize, #method_missing, #network_error?, #respond_to_missing?
Constructor Details
This class inherits a constructor from PaystackGateway::ApiError
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class PaystackGateway::ApiError
Instance Method Details
#cancellable? ⇒ Boolean
17 |
# File 'lib/paystack_gateway/transactions.rb', line 17 def cancellable? = super || network_error? |