2 lines
43 B
Python
2 lines
43 B
Python
|
class PermissionDenied(Exception):
|
||
|
pass
|