Exception: Geb::Page::FailedToOutputPage
- 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
-
#initialize(e = "") ⇒ FailedToOutputPage
constructor
A new instance of FailedToOutputPage.
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 |