Exception: S3Website::NotAJekyllProjectError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "I can't find any directory called _site. Are you in the right directory?") ⇒ NotAJekyllProjectError

Returns a new instance of NotAJekyllProjectError.



6
7
8
# File 'lib/s3_website/errors.rb', line 6

def initialize(message = "I can't find any directory called _site. Are you in the right directory?")
  super(message)
end