mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Added new exception GetGPOListFail
This commit is contained in:
parent
47dc1df796
commit
d83cf4d29d
@ -46,3 +46,10 @@ class NotUNCPathError(Exception):
|
||||
def __str__(self):
|
||||
return self.path
|
||||
|
||||
class GetGPOListFail(Exception):
|
||||
def __init__(self, exc):
|
||||
self.exc = exc
|
||||
|
||||
def __str__(self):
|
||||
return self.exc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user