mirror of
https://github.com/codl/forget
synced 2025-01-03 18:59:23 +01:00
7 lines
86 B
Python
7 lines
86 B
Python
|
class PermanentError(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class TemporaryError(Exception):
|
||
|
pass
|