Exception: NoElementAtPath

Inherits:
Soaspec::Error show all
Defined in:
lib/soaspec/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.



14
15
16
# File 'lib/soaspec/errors.rb', line 14

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