Class SystemCallError
In: error.c
Parent: StandardError

Methods

===   errno   new  

Public Class methods

Return true if the receiver is a generic SystemCallError, or if the error numbers self and other are the same.

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.

Public Instance methods

To view or add comments on this documentation, please go to the API wiki.

[Validate]