Exceptions¶
cyhole.dex_screener.exception
¶
DexScreenerException
¶
DexScreenerException(description)
Bases: CyholeException
flowchart TD
cyhole.dex_screener.exception.DexScreenerException[DexScreenerException]
cyhole.core.exception.CyholeException[CyholeException]
cyhole.core.exception.CyholeException --> cyhole.dex_screener.exception.DexScreenerException
click cyhole.dex_screener.exception.DexScreenerException href "" "cyhole.dex_screener.exception.DexScreenerException"
click cyhole.core.exception.CyholeException href "" "cyhole.core.exception.CyholeException"
Base exception for DexScreener interaction.
Source code in src/cyhole/core/exception.py
8 9 | |