mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-06 22:42:14 +08:00
init
This commit is contained in:
13
common/exceptions.py
Normal file
13
common/exceptions.py
Normal file
@ -0,0 +1,13 @@
|
||||
# ----------------------------------------
|
||||
# - 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.
|
||||
# Do not edit except you know what you are doing.
|
||||
|
||||
class FailedException(Exception):
|
||||
# 此错误用于处理代理API请求失败的情况
|
||||
pass
|
Reference in New Issue
Block a user