archey4/archey/exceptions.py
Samuel FORESTIER 041804026f [CORE] Replaces sys.exit occurrences by ArcheyException raising
+ [UPTIME][TEST] Switches to proper unit-testing

> This way consuming Archey Python API will be simpler for developers
2021-03-12 10:44:47 +01:00

5 lines
127 B
Python

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