diff --git a/mopidy/commands.py b/mopidy/commands.py index ebb2c891..dd91f5de 100644 --- a/mopidy/commands.py +++ b/mopidy/commands.py @@ -38,7 +38,8 @@ def config_override_type(value): class _ParserError(Exception): - pass + def __init__(self, message): + self.message = message class _HelpError(Exception):