7 lines
86 B
Python
7 lines
86 B
Python
|
class PermanentError(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class TemporaryError(Exception):
|
||
|
pass
|