Exception: EcfDgii::PollingTimeoutError

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

Overview

Raised when polling exceeds the total timeout.

Instance Attribute Summary

Attributes inherited from EcfError

#response

Instance Method Summary collapse

Constructor Details

#initialize(message = "Polling timed out") ⇒ PollingTimeoutError

Returns a new instance of PollingTimeoutError.



15
16
17
# File 'lib/ecf_dgii/exceptions.rb', line 15

def initialize(message = "Polling timed out")
  super(message)
end