Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more

In Files

  • error.c

Parent

LoadError

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