forget-cancellare-vecchi-toot/libforget/exceptions.py

7 lines
86 B
Python
Raw Normal View History

class PermanentError(Exception):
pass
class TemporaryError(Exception):
pass