class Webgen::LoadError

This error is raised when a needed library is not found.

Attributes

gem[R]

The name of the Rubygem that provides the missing library.

library[R]

The name of the library that is missing.

Public Class Methods

new(library_or_error, location = nil, path = nil, gem = nil)

Create a new LoadError.

If library_or_error is a String, it is treated as the missing library name and an approriate error message is created. If it is an exception, the exception is wrapped.

Calls superclass method Webgen::Error::new