Fix Exception typo in vpp_papi/vpp_transport_socket.py.
[vpp.git] / src / vpp-api / python / vpp_papi / vpp_transport_socket.py
index 646bca3..80a2e88 100644 (file)
@@ -180,7 +180,7 @@ class VppTransport(object):
             return buf
         if l == len(msg):
             return msg
-        raise VPPTransportSocketIOError(1, 'Unknown socket read error')
+        raise VppTransportSocketIOError(1, 'Unknown socket read error')
 
     def read(self):
         if not self.connected: