mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-07 13:26:08 +00:00
13 lines
130 B
Python
13 lines
130 B
Python
|
|
class GetPodsError(Exception):
|
|
pass
|
|
|
|
|
|
class GetJobsError(Exception):
|
|
pass
|
|
|
|
|
|
class GetPodCountError(Exception):
|
|
pass
|
|
|