Ruby 2.4

LoadError

LoadError类

Parent:ScriptError

当需要的文件(Ruby脚本,扩展库,...)无法加载时引发。

require 'this/file/does/not/exist'

引发了一个例外:

LoadError: no such file to load -- this/file/does/not/exist

属性

pathR

路径加载失败