Exception: Geb::Config::DestinationDirMissing
- 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
-
#initialize(e = "") ⇒ DestinationDirMissing
constructor
A new instance of DestinationDirMissing.
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 |