Sha256: e2103cb1145be294b14dc917d6df3b2c4c7b910249827959e0068188d78b4db8
Contents?: true
Size: 345 Bytes
Versions: 5
Compression:
Stored size: 345 Bytes
Contents
# Raised to represent when there's no element at an Xpath class NoElementAtPath < StandardError def initialize(msg = 'No element at path found') super end end # Did not find any element by provided key in the Hash class NoElementInHash < StandardError def initialize(msg = 'No element in Hash found') super end end
Version data entries
5 entries across 5 versions & 1 rubygems