class NoElementAtPath

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

Public Class Methods

new(msg = 'No element at path found') click to toggle source
Calls superclass method
# File lib/soaspec/errors.rb, line 14
def initialize(msg = 'No element at path found')
  super
end