Skip to content

Commit 32e672f

Browse files
committed
Added minor comments to the rpi cluster
1 parent c2230d4 commit 32e672f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

RpiCluster/RpiClusterExceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22

33
class DisconnectionException(Exception):
4+
""" Exception to use when there is an issue and the other end has disconnected from the socket """
45

56
def __init__(self, message):
67
self.message = message

0 commit comments

Comments
 (0)