remove unused exception

This commit is contained in:
dandds 2018-08-09 10:21:59 -04:00
parent 855c0bc3c4
commit b61f97880e

View File

@ -30,7 +30,3 @@ class UnauthenticatedError(Exception):
@property
def message(self):
return str(self)
class CRLValidationError(Exception):
pass