MCPcopy Create free account
hub / github.com/apache/trafficserver / ParseJSONError

Class ParseJSONError

plugins/traffic_dump/post_process.py:194–197  ·  view source on GitHub ↗

There was an error opening or parsing the replay file.

Source from the content-addressed store, hash-verified

192
193
194class ParseJSONError(PostProcessError):
195 ''' There was an error opening or parsing the replay file.
196 '''
197 pass
198
199
200def parse_json(replay_file):

Callers 1

parse_jsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected