2
0
mirror of https://github.com/codl/forget synced 2025-01-01 01:48:29 +01:00
forget-cancellare-vecchi-toot/libforget/exceptions.py
2017-09-20 23:04:44 +02:00

7 lines
86 B
Python

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