Exception: Geb::Site::Core::SiteAlreadyValidated

Inherits:
Error
  • Object
show all
Defined in:
lib/geb/site/core.rb

Overview

class DirectoryExistsError < Geb::Error

Constant Summary collapse

MESSAGE =
"Proposed site and template have not been validated. This is an internal error".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ SiteAlreadyValidated

Returns a new instance of SiteAlreadyValidated.



23
# File 'lib/geb/site/core.rb', line 23

def initialize(e = ""); super(e, MESSAGE); end