Exception: NoElementAtXpath
- Inherits:
-
StandardError
- Object
- StandardError
- NoElementAtXpath
- Defined in:
- lib/soaspec/xpath_not_found.rb
Overview
Raised to represent when there’s no element at an Xpath
Instance Method Summary collapse
-
#initialize(msg = "No element Xpath not found") ⇒ NoElementAtXpath
constructor
A new instance of NoElementAtXpath.
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 |