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