exceptions.py 87 Bytes EditWeb IDE 1 2 3 class JobTimeOut(Exception): """raised when waiting on a job times out""" pass