Exception: Geb::Page::PageFileReadFailure

Inherits:
Error
  • Object
show all
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

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