Skip to content

Commit

Permalink
Update exceptions.py
Browse files Browse the repository at this point in the history
- Black.
  • Loading branch information
carlkidcrypto committed Feb 1, 2025
1 parent 404de33 commit 885f2bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ezsnmp/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def __init__(self, message):
"""
super().__init__(message)


class ConnectionError(GenericError):
def __init__(self, message):
"""
Expand All @@ -23,6 +24,7 @@ def __init__(self, message):
"""
super().__init__(message)


class NoSuchInstanceError(GenericError):
def __init__(self, message):
"""
Expand Down

0 comments on commit 885f2bf

Please sign in to comment.