Exception: Import::Exceptions::SidekiqExhaustedInterruptionsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/import/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ SidekiqExhaustedInterruptionsError

Returns a new instance of SidekiqExhaustedInterruptionsError.



6
7
8
# File 'lib/import/exceptions.rb', line 6

def initialize(message = nil)
  super(message || "Import process reached the maximum number of interruptions")
end