mirror of
https://github.com/HorlogeSkynet/archey4
synced 2024-11-25 04:00:10 +01:00
041804026f
+ [UPTIME][TEST] Switches to proper unit-testing > This way consuming Archey Python API will be simpler for developers
5 lines
127 B
Python
5 lines
127 B
Python
"""A very simple module defining our own exceptions"""
|
|
|
|
class ArcheyException(Exception):
|
|
"""Archey own exception class"""
|