We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2411abc commit 5633527Copy full SHA for 5633527
1 file changed
network_security/exception/exception.py
@@ -3,7 +3,7 @@
3
from network_security.logging import logger
4
5
6
-class NetworkSecurityError(Exception):
+class NetworkSecurityException(Exception):
7
def __init__(self, error_message: str, error_details: sys) -> None:
8
self.error_message = error_message
9
_, _, exc_tb = error_details.exc_info()
0 commit comments