mirror of
https://github.com/clearml/clearml
synced 2025-02-01 09:36:49 +00:00
16 lines
145 B
Python
16 lines
145 B
Python
|
|
|
|
class ValidationError(RuntimeError):
|
|
|
|
pass
|
|
|
|
|
|
class FieldNotFound(RuntimeError):
|
|
|
|
pass
|
|
|
|
|
|
class FieldNotSupported(ValueError):
|
|
|
|
pass
|