✏️ 正在编辑: exceptions.py
路径:
/opt/cloudlinux/venv/lib/python3.11/site-packages/prospector/tools/exceptions.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
class BadToolConfig(Exception): def __init__(self, tool_name: str, message: str): super().__init__(f"Bad option value found for tool {tool_name}: {message}")
💾 保存文件
← 返回文件管理器