IO::Error
Inherits SystemError / Exception / Reference / Object
Constructors
Instance methods
Macros
Builds an instance of the exception from the current system error value (Errno.value).
The system message corresponding to the OS error value amends the message.
Additional keyword arguments are forwarded to the exception initializer .new_from_os_error.
Builds an instance of the exception from the current windows error value (WinError.value).
The system message corresponding to the OS error value amends the message.
Additional keyword arguments are forwarded to the exception initializer .new_from_os_error.
Builds an instance of the exception from the current Windows Socket API error value (WinError.wsa_value).
The system message corresponding to the OS error value amends the message. Additional keyword arguments are forwarded to the exception initializer.