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