Exception: NoElementAtPath

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "No element at path found") ⇒ NoElementAtPath

Returns a new instance of NoElementAtPath.



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

def initialize(msg="No element at path found")
  super
end