Files
spoolman2/spoolson/exceptions.py
2023-04-01 22:51:36 +02:00

6 lines
78 B
Python

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