Exceptions¶
cyhole.gecko.exception
¶
GeckoException
¶
GeckoException(description)
Bases: CyholeException
flowchart TD
cyhole.gecko.exception.GeckoException[GeckoException]
cyhole.core.exception.CyholeException[CyholeException]
cyhole.core.exception.CyholeException --> cyhole.gecko.exception.GeckoException
click cyhole.gecko.exception.GeckoException href "" "cyhole.gecko.exception.GeckoException"
click cyhole.core.exception.CyholeException href "" "cyhole.core.exception.CyholeException"
Base exception raised by the Gecko interaction.
Source code in src/cyhole/core/exception.py
8 9 | |