diff --git a/core/io.rbs b/core/io.rbs index ee955cbd6..298276138 100644 --- a/core/io.rbs +++ b/core/io.rbs @@ -3404,3 +3404,9 @@ end # module IO::WaitWritable end + +# +# Can be raised by IO operations when IO#timeout= is set. +# +class IO::TimeoutError < IOError +end