X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=mpdaio%2Fexceptions.py;h=1ddf340f1e0253dce65569de15b76967a124005e;hb=refs%2Fheads%2Fmain;hp=b86cd9a3a81b300f01b9c0f0ffa0657075c03759;hpb=c4cd26737adc648cb948ab76565349ba25d3ce4e;p=python-musicpdaio.git diff --git a/mpdaio/exceptions.py b/mpdaio/exceptions.py index b86cd9a..1ddf340 100644 --- a/mpdaio/exceptions.py +++ b/mpdaio/exceptions.py @@ -12,3 +12,6 @@ class MPDConnectionError(MPDError): class MPDProtocolError(MPDError): """Fatal Protocol Error, cannot recover from it""" + +class MPDCommandError(MPDError): + """Malformed command, socket should be fine, can reuse it"""