cvat/cvat-sdk/cvat_sdk/exceptions.py

15 lines
320 B
Python

# Copyright (C) CVAT.ai Corporation
#
# SPDX-License-Identifier: MIT
# pylint: disable=unused-import
from cvat_sdk.api_client.exceptions import (
ApiAttributeError,
ApiException,
ApiKeyError,
ApiTypeError,
ApiValueError,
OpenApiException,
)
from cvat_sdk.core.exceptions import CvatSdkException