Searched refs:FTraceParseError (Results 1 – 1 of 1) sorted by relevance
32 class FTraceParseError(Exception): class293 raise FTraceParseError("Couldn't match fields in '{}'".format(line))380 except FTraceParseError as e: