Source code for kwcoco.exceptions
from __future__ import annotations
[docs]
class AddError(ValueError):
"""
Generic error when trying to add a category/annotation/image
"""
pass
from __future__ import annotations
[docs]
class AddError(ValueError):
"""
Generic error when trying to add a category/annotation/image
"""
pass