--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: 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.
full_name: SystemCallError::new
is_singleton: true
name: new
params: |
SystemCallError.new(msg, errno) => system_call_error_subclass
visibility: public