Properly handle exceptions in periodic loops
This commit is contained in:
@@ -104,4 +104,7 @@ class invalidUserException(Exception):
|
||||
pass
|
||||
|
||||
class wrongChannelException(Exception):
|
||||
pass
|
||||
|
||||
class periodicLoopException(Exception):
|
||||
pass
|
Reference in New Issue
Block a user