Renamed to Spoolman

Spoolson just didn't sound that good after all
This commit is contained in:
Donkie
2023-04-02 19:19:15 +02:00
parent c31c3dea42
commit 6fd9662c42
19 changed files with 24 additions and 24 deletions

9
spoolman/exceptions.py Normal file
View File

@@ -0,0 +1,9 @@
"""Various exceptions used."""
class ItemNotFoundError(Exception):
pass
class ItemCreateError(Exception):
pass