class Nanoc::DataSources::Filesystem::Errors::InvalidFormat

Public Class Methods

new(content_filename) click to toggle source
Calls superclass method
# File lib/nanoc/data_sources/filesystem/errors.rb, line 28
def initialize(content_filename)
  super("The file '#{content_filename}' appears to start with a metadata section (three or five dashes at the top) but it does not seem to be in the correct format.")
end