We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d90ac commit 0906911Copy full SHA for 0906911
udsoncan/connections.py
@@ -381,7 +381,7 @@ def specific_send(self, payload):
381
382
def specific_wait_frame(self, timeout=2):
383
if not self.opened:
384
- raise RuntimeException("Connection is not open")
+ raise RuntimeError("Connection is not open")
385
386
timedout = False
387
frame = None
@@ -477,7 +477,7 @@ def specific_send(self, payload):
477
478
479
480
481
482
483
0 commit comments