Properly handle exceptions in periodic loops

This commit is contained in:
Giuseppe Guerra
2018-08-12 17:18:12 +02:00
parent f11708d463
commit 4e97c717f5
3 changed files with 77 additions and 39 deletions

View File

@@ -104,4 +104,7 @@ class invalidUserException(Exception):
pass
class wrongChannelException(Exception):
pass
class periodicLoopException(Exception):
pass