DEBSOURCES
Skip Quicknav
sources / jsonpath-ng / 1.7.0-1 / jsonpath_ng / exceptions.py
12345678910
class JSONPathError(Exception): pass class JsonPathLexerError(JSONPathError): pass class JsonPathParserError(JSONPathError): pass