This commit is contained in:
Marc Beninca 2024-09-13 17:00:39 +02:00
parent f7c1d90dfd
commit 08b6364d9b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,2 +1,4 @@
class Exception(Exception):
pass
"""Handle errors."""
class Error(Exception):
"""Parent class for all errors."""