class LoadError
当需要加载的文件(Ruby 脚本、扩展库等)加载失败时引发。
require 'this/file/does/not/exist'
抛出异常
LoadError: no such file to load -- this/file/does/not/exist
当需要加载的文件(Ruby 脚本、扩展库等)加载失败时引发。
require 'this/file/does/not/exist'
抛出异常
LoadError: no such file to load -- this/file/does/not/exist