clearml-agent/clearml_agent/glue/errors.py

13 lines
130 B
Python
Raw Normal View History

class GetPodsError(Exception):
pass
class GetJobsError(Exception):
pass
class GetPodCountError(Exception):
pass