Exception: Geb::Config::DestinationDirMissing

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

Overview

class ConfigFileNotFound < Geb::Error

Constant Summary collapse

MESSAGE =
"Failed to generate configuration file, directory doesn't exist".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ DestinationDirMissing

Returns a new instance of DestinationDirMissing.



25
# File 'lib/geb/config.rb', line 25

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