Exception: Geb::Config::ConfigFileNotFound

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

Constant Summary collapse

MESSAGE =
"Could not find geb config file.".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ ConfigFileNotFound

Returns a new instance of ConfigFileNotFound.



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

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