remove unused exception
This commit is contained in:
@@ -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
|
|
||||||
|
Reference in New Issue
Block a user