Sha256: 85ad806b84973c0b92746aa91bee06a88bdda88253b2633a3d4fa26d5e5f0108
Contents?: true
Size: 332 Bytes
Versions: 40
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
40 entries across 40 versions & 1 rubygems