Exception: NoElementAtXpath

Inherits:
StandardError
  • Object
show all
Defined in:
lib/soaspec/xpath_not_found.rb

Overview

Raised to represent when there’s no element at an Xpath

Instance Method Summary collapse

Constructor Details

#initialize(msg = "No element Xpath not found") ⇒ NoElementAtXpath

Returns a new instance of NoElementAtXpath.



4
5
6
# File 'lib/soaspec/xpath_not_found.rb', line 4

def initialize(msg="No element Xpath not found")
  super
end