archey4/archey/exceptions.py
2022-09-18 11:09:21 +02:00

6 lines
128 B
Python

"""A very simple module defining our own exceptions"""
class ArcheyException(Exception):
"""Archey own exception class"""