Define exposed API for django_gpg exceptions
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
__all__ = (
|
||||
'GPGException', 'GPGVerificationError', 'GPGSigningError',
|
||||
'GPGDecryptionError', 'KeyDeleteError', 'KeyGenerationError',
|
||||
'KeyFetchingError', 'KeyDoesNotExist', 'KeyImportError'
|
||||
)
|
||||
|
||||
|
||||
class GPGException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user