Files
spoolman2/spoolman/exceptions.py
Donkie 6fd9662c42 Renamed to Spoolman
Spoolson just didn't sound that good after all
2023-04-02 19:19:15 +02:00

10 lines
123 B
Python

"""Various exceptions used."""
class ItemNotFoundError(Exception):
pass
class ItemCreateError(Exception):
pass