Files
spoolman2/spoolson/exceptions.py
2023-04-02 14:57:59 +02:00

10 lines
123 B
Python

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