Exception: Geb::Partial::PartialFileNotFound

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

Constant Summary collapse

MESSAGE =
"Partial file not found".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ PartialFileNotFound

Returns a new instance of PartialFileNotFound.



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

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