Exception: Geb::Partial::PartialFileNotFound
- Defined in:
- lib/geb/partial.rb
Constant Summary collapse
- MESSAGE =
"Partial file not found".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ PartialFileNotFound
constructor
A new instance of PartialFileNotFound.
Constructor Details
#initialize(e = "") ⇒ PartialFileNotFound
Returns a new instance of PartialFileNotFound.
27 |
# File 'lib/geb/partial.rb', line 27 def initialize(e = ""); super(e, MESSAGE); end |