Remove PermissionError since it shadows the built-in of the same name
This commit is contained in:
parent
f56bfd5ab8
commit
c14ee42bff
|
|
@ -29,10 +29,6 @@ class HardwareIncompatibilityError(BaseException):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class PermissionError(BaseException):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class UserError(BaseException):
|
class UserError(BaseException):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue