Exception: Nanoc3::Errors::UnknownDataSource
- StandardError
- Nanoc3::Errors::Generic
- 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 |