We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2230d4 commit 32e672fCopy full SHA for 32e672f
1 file changed
RpiCluster/RpiClusterExceptions.py
@@ -1,6 +1,7 @@
1
2
3
class DisconnectionException(Exception):
4
+ """ Exception to use when there is an issue and the other end has disconnected from the socket """
5
6
def __init__(self, message):
7
self.message = message
0 commit comments