Source code for tradingview_scraper.symbols.exceptions


[docs]class DataNotFoundError(Exception): """Custom exception for when data is not found.""" pass