Sha256: 7af8701d4e706b7599321e9c328062548eaa32210c5e73214a4e6c4c3151d668
Contents?: true
Size: 332 Bytes
Versions: 32
Compression:
Stored size: 332 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
32 entries across 32 versions & 1 rubygems