Class | SystemCallError |
In: |
error.c
|
Parent: | StandardError |
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.