Skip to content

Commit

Permalink
Update TechnoVEConnectionError to inherit from TechnoVEError
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustachauve committed Jul 4, 2024
1 parent 0bb45bc commit 962820e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/technove/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class TechnoVEOutOfBoundError(TechnoVEError):
"""TechnoVE exception when trying to set values out of bounds."""


class TechnoVEConnectionError(Exception):
class TechnoVEConnectionError(TechnoVEError):
"""TechnoVE connection exception."""


Expand Down

0 comments on commit 962820e

Please sign in to comment.