TradingAgents/tradingagents/dataflows/exceptions.py

3 lines
128 B
Python

class DataVendorUnavailable(Exception):
"""Raised when a vendor cannot serve a request and fallback should be attempted."""