commands: Exception.message is deprecated

This commit is contained in:
Thomas Adamcik 2015-03-26 21:54:46 +01:00
parent 7e66b719ea
commit b9d7ea37be

View File

@ -38,7 +38,8 @@ def config_override_type(value):
class _ParserError(Exception):
pass
def __init__(self, message):
self.message = message
class _HelpError(Exception):