Exception: Geb::Page::PageFileReadFailure
- Defined in:
- lib/geb/page.rb
Overview
class PageFileNotFound < Geb::Error
Constant Summary collapse
- MESSAGE =
"Failed to read the page file.".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ PageFileReadFailure
constructor
A new instance of PageFileReadFailure.
Constructor Details
#initialize(e = "") ⇒ PageFileReadFailure
Returns a new instance of PageFileReadFailure.
35 |
# File 'lib/geb/page.rb', line 35 def initialize(e = ""); super(e, MESSAGE); end |