remove unused exception
This commit is contained in:
parent
855c0bc3c4
commit
b61f97880e
@ -30,7 +30,3 @@ class UnauthenticatedError(Exception):
|
|||||||
@property
|
@property
|
||||||
def message(self):
|
def message(self):
|
||||||
return str(self)
|
return str(self)
|
||||||
|
|
||||||
|
|
||||||
class CRLValidationError(Exception):
|
|
||||||
pass
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user