The base class for platform-specific system call errors. Subclasses are in the Errno module (e.g. Errno::ENOENT, Errno::EACCES) and map to POSIX errno values.
SystemCallError
ruby The base class for platform-specific system call errors. Subclasses are in the Errno module (e.g. Errno::ENOENT, Errno::EACCES) and map to POSIX errno values.