Exception: Geb::Page::FailedToOutputPage

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

Overview

class PageMissingTemplateDefition < Geb::Error

Constant Summary collapse

MESSAGE =
"Failed to create output page".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ FailedToOutputPage

Returns a new instance of FailedToOutputPage.



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

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