Methods

Class/Module Index [+]

Quicksearch

Nanoc3::Errors::UnknownDataSource

Error that is raised when a site is loaded that uses a data source with an unknown identifier.

Public Class Methods

new(data_source_name) click to toggle source

@param [String] data_source_name The data source name for which no data source could be found

# File lib/nanoc3/base/errors.rb, line 17
def initialize(data_source_name)
  super("The data source specified in the site’s configuration file, “#{data_source_name}”, does not exist.".make_compatible_with_env)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.