Exception: Nanoc3::Errors::UnknownDataSource

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

Constructor Summary

public initialize(data_source_name)
[View source]


14
15
16
# File 'lib/nanoc3/base/errors.rb', line 14

def initialize(data_source_name)
  super("The data source specified in the site's configuration file, #{data_source_name}, does not exist.")
end
Generated on Sunday, August 09 2009 at 01:43:07 PM by YARD 0.2.3.2 (ruby-1.8.7).