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