Class: LoadError (Ruby 2.3.4)

    In Files

    • error.c

    Parent

    Class/Module Index [+]

    Quicksearch

    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

    Attributes

    rb_intern_const("path")[R]

    the path failed to load