Skip to content

Exceptions

cyhole.solscan.v1.exception

SolscanException

SolscanException(description)

Bases: CyholeException


              flowchart TD
              cyhole.solscan.v1.exception.SolscanException[SolscanException]
              cyhole.core.exception.CyholeException[CyholeException]

                              cyhole.core.exception.CyholeException --> cyhole.solscan.v1.exception.SolscanException
                


              click cyhole.solscan.v1.exception.SolscanException href "" "cyhole.solscan.v1.exception.SolscanException"
              click cyhole.core.exception.CyholeException href "" "cyhole.core.exception.CyholeException"
            

General Exception for Solscan API.

Source code in src/cyhole/core/exception.py
8
9
def __init__(self, description):
    self.description = description