Exception: Geb::Config::ConfigFileNotFound
- Defined in:
- lib/geb/config.rb
Constant Summary collapse
- MESSAGE =
"Could not find geb config file.".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ ConfigFileNotFound
constructor
A new instance of ConfigFileNotFound.
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 |