Termisu::IOError
Inherits Termisu::Error / Exception / Reference / Object
Error raised for terminal I/O operations.
Wraps system-level I/O errors with additional context about the operation that failed. Handles EINTR transparently via retry.
Constructors
new(errno : Errno, operation : String)
Source