def __init__(self, description=None, response=None): Exception.__init__(self) if description is not None: self.description = description self.response = response