Exception: Geb::Partial::PartialFileReadFailure

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

Overview

class PartialFileNotFound < Geb::Error

Constant Summary collapse

MESSAGE =
"PFailed to read the partial file.".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ PartialFileReadFailure

Returns a new instance of PartialFileReadFailure.



32
# File 'lib/geb/partial.rb', line 32

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