class TimeoutInterrupt::Error

The {TimeoutInterrupt::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.