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