python/alibabacloud_tea_openapi/exceptions/__init__.py (11 lines of code) (raw):
# -*- coding: utf-8 -*-
# This file is auto-generated, don't edit it. Thanks.
from __future__ import annotations
from ._alibaba_cloud import AlibabaCloudException
from ._client import ClientException
from ._server import ServerException
from ._throttling import ThrottlingException
__all__ = [
AlibabaCloudException,
ClientException,
ServerException,
ThrottlingException
]