Skip to content

Exceptions

cyhole.rugcheck.exception

RugcheckException

RugcheckException(description)

Bases: CyholeException


              flowchart TD
              cyhole.rugcheck.exception.RugcheckException[RugcheckException]
              cyhole.core.exception.CyholeException[CyholeException]

                              cyhole.core.exception.CyholeException --> cyhole.rugcheck.exception.RugcheckException
                


              click cyhole.rugcheck.exception.RugcheckException href "" "cyhole.rugcheck.exception.RugcheckException"
              click cyhole.core.exception.CyholeException href "" "cyhole.core.exception.CyholeException"
            

Base exception for Rugcheck interaction.

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