Skip to content

Commit 5633527

Browse files
committed
updated exception class name
1 parent 2411abc commit 5633527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

network_security/exception/exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from network_security.logging import logger
44

55

6-
class NetworkSecurityError(Exception):
6+
class NetworkSecurityException(Exception):
77
def __init__(self, error_message: str, error_details: sys) -> None:
88
self.error_message = error_message
99
_, _, exc_tb = error_details.exc_info()

0 commit comments

Comments
 (0)