clan-core/pkgs/clan-cli/clan_cli/errors.py
Jörg Thalheim 4101b9adb4
All checks were successful
build / test (push) Successful in 12s
introduce ClanError type
2023-07-27 15:47:15 +02:00

5 lines
90 B
Python

class ClanError(Exception):
"""Base class for exceptions in this module."""
pass