lx-music-api-server/common/exceptions.py
2023-12-16 16:29:09 +08:00

12 lines
377 B
Python

# ----------------------------------------
# - mode: python -
# - author: helloplhm-qwq -
# - name: exceptions.py -
# - project: lx-music-api-server -
# - license: MIT -
# ----------------------------------------
# This file is part of the "lx-music-api-server" project.
class FailedException(Exception):
# 此错误用于处理代理API请求失败的情况
pass