Exception: S3Website::NoWebsiteDirectoryFound

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

Direct Known Subclasses

NoPredefinedWebsiteDirectoryFound

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NoWebsiteDirectoryFound.



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

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