Files
fastapi_best_architecture/backend/plugin/errors.py
Wu Clan 1e54b0ba42 Add plugin info config and interfaces (#601)
* Add plugin info config and interfaces

* Remove test data
2025-05-15 20:50:24 +08:00

11 lines
181 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class PluginConfigError(Exception):
"""插件信息错误"""
class PluginInjectError(Exception):
"""插件注入错误"""