class

LoadError

v2_1_10 - Show latest stable - Superclass: ScriptError

Raised when a file required (a Ruby script, extension library, …) fails to load.

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

raises the exception:

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

Attributes

[R]path

Files

  • error.c