6
0

JobGroupBusyException.py 135 B

1234
  1. class JobGroupBusyException(Exception):
  2. """
  3. is raised if there is already a job running with the same group identifier
  4. """