class SystemCallError

SystemCallError 是所有底层平台相关错误的基类。

当前平台可用的错误是 SystemCallError 的子类,并在 Errno 模块中定义。

File.open("does/not/exist")

抛出异常

Errno::ENOENT: No such file or directory - does/not/exist