Ruby SystemCallError Functions

EditRocket provides the following information on SystemCallError functions in the Ruby source code builder.

errno - Return this SystemCallError's error number.

new(msg, errno) - 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.