Exception: Geb::Page::PageFileNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/geb/page.rb

Constant Summary collapse

MESSAGE =
"Page file not found".freeze

Instance Method Summary collapse

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