Class: TimeoutInterrupt::Error
- Inherits:
-
Timeout::Error
- Object
- Timeout::Error
- TimeoutInterrupt::Error
- Defined in:
- lib/timeout_interrupt.rb
Overview
The Error is the default exception, which will be raised,
if something will time out.
Its base-class is Timeout::Error, so you can replace Timeout by TimeoutInterrupt without
replacing your rescue Timeout::Error, but you can.