Exception: Timeout::ExitException
- Inherits:
-
Exception
- Object
- Exception
- Timeout::ExitException
- Defined in:
- lib/timeout.rb
Overview
Internal error raised to when a timeout is triggered.
Instance Method Summary collapse
-
#exception ⇒ Object
:nodoc:.
Instance Method Details
#exception ⇒ Object
:nodoc:
27 28 29 |
# File 'lib/timeout.rb', line 27 def exception(*) # :nodoc: self end |