Exception: EcfDgii::PollingMaxRetriesError

Inherits:
EcfError
  • Object
show all
Defined in:
lib/ecf_dgii/exceptions.rb

Overview

Raised when polling exceeds the maximum number of retries.

Instance Attribute Summary

Attributes inherited from EcfError

#response

Instance Method Summary collapse

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