class LoadError
当一个文件(Ruby 脚本、扩展库等)加载失败时,会引发此异常。
require 'this/file/does/not/exist'
引发异常
LoadError: no such file to load -- this/file/does/not/exist
属性
path[R]
无法加载的路径
当一个文件(Ruby 脚本、扩展库等)加载失败时,会引发此异常。
require 'this/file/does/not/exist'
引发异常
LoadError: no such file to load -- this/file/does/not/exist
无法加载的路径