Exception: SquashRepeater::CaptureTimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/squash_repeater/exception_queue.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



14
15
16
17
# File 'lib/squash_repeater/exception_queue.rb', line 14

def to_s
  original_message = super
  "Capturing the exception timed-out#{" (#{original_message})" if original_message && !original_message.empty?}"
end