mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 17:16:51 +00:00
13 lines
130 B
Python
13 lines
130 B
Python
|
|
||
|
class GetPodsError(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class GetJobsError(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class GetPodCountError(Exception):
|
||
|
pass
|
||
|
|