SystemCallError.new(msg, errno) â system_call_error_subclass
Class Public methods
If errno corresponds to a known system error code, constructs the
appropriate Errno class for that error, otherwise constructs a
generic SystemCallError object. The error number is
subsequently available via the errno method.
Please login to continue.