Exception: Jekyll::S3::MalformedConfigurationFileError

Inherits:
JekyllS3Error
  • Object
show all
Defined in:
lib/jekyll-s3-yearofmoo/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "I can't parse the file _jekyll_s3.yml. It should look like this:\n#{Uploader::CONFIGURATION_FILE_TEMPLATE}") ⇒ MalformedConfigurationFileError

Returns a new instance of MalformedConfigurationFileError.



19
20
21
# File 'lib/jekyll-s3-yearofmoo/errors.rb', line 19

def initialize(message = "I can't parse the file _jekyll_s3.yml. It should look like this:\n#{Uploader::CONFIGURATION_FILE_TEMPLATE}")
  super(message)
end