astrbbbb / astrbot /core /exceptions.py
qa1145's picture
Upload 1245 files
8ede856 verified
from __future__ import annotations
class AstrBotError(Exception):
"""Base exception for all AstrBot errors."""
class ProviderNotFoundError(AstrBotError):
"""Raised when a specified provider is not found."""