Sha256: 54372f69761ad6603830cbcf014863493dabb78e0ff31387f3f34d2599c04b91
Contents?: true
Size: 287 Bytes
Versions: 2
Compression:
Stored size: 287 Bytes
Contents
module JMESPath module Errors class Error < StandardError; end class SyntaxError < Error; end class InvalidValueError < Error; end class InvalidTypeError < Error; end class InvalidArityError < Error; end class UnknownFunctionError < Error; end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
burtpath-1.1.2 | lib/jmespath/errors.rb |
burtpath-1.1.1 | lib/jmespath/errors.rb |