Exception: Timeout::ExitException

Inherits:
Exception
  • Object
show all
Defined in:
lib/timeout.rb

Overview

Internal error raised to when a timeout is triggered.

Instance Method Summary collapse

Instance Method Details

#exceptionObject

:nodoc:



27
28
29
# File 'lib/timeout.rb', line 27

def exception(*) # :nodoc:
  self
end