Exception: Timeout::ExitException

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

Overview

Internal error raised to when a timeout is triggered.

Instance Method Summary collapse

Methods inherited from Exception

#as_json, json_create, #to_json

Instance Method Details

#exceptionObject

:nodoc:



31
32
33
# File 'lib/timeout.rb', line 31

def exception(*) # :nodoc:
  self
end