zhenxun_bot/zhenxun/utils/exception.py

3 lines
41 B
Python
Raw Normal View History

2024-02-04 04:18:54 +08:00
class NotFoundError(Exception):
pass