class ProcessingException(Exception):
pass
class ProcessingError(ProcessingException):
class ProcessingTimeout(ProcessingException):