Exception: EcfDgii::PollingMaxRetriesError
- Defined in:
- lib/ecf_dgii/exceptions.rb
Overview
Raised when polling exceeds the maximum number of retries.
Instance Attribute Summary
Attributes inherited from EcfError
Instance Method Summary collapse
-
#initialize(retries) ⇒ PollingMaxRetriesError
constructor
A new instance of PollingMaxRetriesError.
Constructor Details
#initialize(retries) ⇒ PollingMaxRetriesError
Returns a new instance of PollingMaxRetriesError.
22 23 24 |
# File 'lib/ecf_dgii/exceptions.rb', line 22 def initialize(retries) super("Polling exceeded maximum retries (#{retries})") end |