##// END OF EJS Templates
hgweb: add a `message` attribute to `hgweb.common.ErrorResponse`...
Connor Sheehan -
r43192:8d9322b6 default
parent child Browse files
Show More
@@ -106,6 +106,7 b' class ErrorResponse(Exception):'
106 if headers is None:
106 if headers is None:
107 headers = []
107 headers = []
108 self.headers = headers
108 self.headers = headers
109 self.message = message
109
110
110 class continuereader(object):
111 class continuereader(object):
111 """File object wrapper to handle HTTP 100-continue.
112 """File object wrapper to handle HTTP 100-continue.
General Comments 0
You need to be logged in to leave comments. Login now