aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/msgproto.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/msgproto.py')
-rw-r--r--klippy/msgproto.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/klippy/msgproto.py b/klippy/msgproto.py
index 73c8d2d5..76dc0544 100644
--- a/klippy/msgproto.py
+++ b/klippy/msgproto.py
@@ -24,10 +24,7 @@ MESSAGE_DEST = 0x10
MESSAGE_SYNC = '\x7E'
class error(Exception):
- def __init__(self, msg):
- self.msg = msg
- def __str__(self):
- return self.msg
+ pass
def crc16_ccitt(buf):
crc = 0xffff