def __init__(self, status, message = None): headers = {"Content-Type": jsonMimeType} web.HTTPError.__init__(self, status, headers, message or "{}")