This commit is contained in:
Marc Beninca 2024-09-13 17:13:37 +02:00
parent aa1f06c20f
commit 3393f09907
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 3 deletions

View file

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