1 2 3 4 5 6 7 8 9 10
class NoMatchingSchema(Exception): """We weren't able to find a parser for this message""" pass class NoParserForMimeType(Exception): """We weren't able to find a parser for the type matching this header""" pass