Exception: S3Website::MalformedConfigurationFileError

Inherits:
S3WebsiteError
  • Object
show all
Defined in:
lib/s3_website/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MalformedConfigurationFileError.



24
25
26
# File 'lib/s3_website/errors.rb', line 24

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