]> kaliko git repositories - mpd-sima.git/blobdiff - sima/mpdclient.py
PlayerError inherit from MPDError instead of plain Exception
[mpd-sima.git] / sima / mpdclient.py
index 539f8b83b62b37ac2f8e15f45a6528d585db903d..1d86813b20538938d78c0db76d2070fe7736e8e4 100644 (file)
@@ -32,7 +32,7 @@ from .lib.simastr import SimaStr
 from .utils.leven import levenshtein_ratio
 
 
-class PlayerError(Exception):
+class PlayerError(MPDError):
     """Fatal error in the player."""