Renamed to Spoolman
Spoolson just didn't sound that good after all
This commit is contained in:
9
spoolman/exceptions.py
Normal file
9
spoolman/exceptions.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Various exceptions used."""
|
||||
|
||||
|
||||
class ItemNotFoundError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ItemCreateError(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user