Exception: Import::Exceptions::SidekiqExhaustedInterruptionsError
- Inherits:
-
StandardError
- Object
- StandardError
- Import::Exceptions::SidekiqExhaustedInterruptionsError
- Defined in:
- lib/import/exceptions.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ SidekiqExhaustedInterruptionsError
constructor
A new instance of SidekiqExhaustedInterruptionsError.
Constructor Details
#initialize(message = nil) ⇒ SidekiqExhaustedInterruptionsError
Returns a new instance of SidekiqExhaustedInterruptionsError.
6 7 8 |
# File 'lib/import/exceptions.rb', line 6 def initialize( = nil) super( || "Import process reached the maximum number of interruptions") end |