huaweicloud-sdk-python-v3/huaweicloud-sdk-cloudtest/v1/exception_handler.py

8 lines
161 B
Python
Raw Normal View History

2021-06-10 11:54:19 +00:00
# -*- coding: utf-8 -*-
import json
from huaweicloudsdkcore.exceptions import exceptions
def handle_exception(response_body):
return exceptions.SdkError()