Files

RConfig::Exceptions

Public Instance Methods

raise_load_path_error() click to toggle source

Raised when no valid load paths are available.

    # File lib/rconfig/exceptions.rb, line 16
16:     def raise_load_path_error
17:       raise InvalidLoadPathError, "No load paths were provided, and none of the default paths were found."
18:     end
raise_logger_error() click to toggle source

Raised if logging is enabled, but no logger is specified}.

    # File lib/rconfig/exceptions.rb, line 21
21:     def raise_logger_error
22:       raise ConfigError, "No logger was specified, and a defualt logger was not found. Set logger to `false` to disable logging."
23:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.