mirror of
https://github.com/HorlogeSkynet/archey4
synced 2024-11-21 20:00:12 +01:00
6 lines
128 B
Python
6 lines
128 B
Python
"""A very simple module defining our own exceptions"""
|
|
|
|
|
|
class ArcheyException(Exception):
|
|
"""Archey own exception class"""
|