Exception: Geb::Page::PageMissingTemplateDefition

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

Overview

class PageFileReadFailure < Geb::Error

Constant Summary collapse

MESSAGE =
"Page is missing template defitions but has insert sections defined".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ PageMissingTemplateDefition

Returns a new instance of PageMissingTemplateDefition.



40
# File 'lib/geb/page.rb', line 40

def initialize(e = ""); super(e, MESSAGE); end