branch | stable |
changeset 6807 | 7330d1fa02dd |
parent 6491 | ee9a10b6620e |
child 7384 | 69aa88765db5 |
--- a/web/_exceptions.py Tue Nov 09 17:19:39 2010 +0100 +++ b/web/_exceptions.py Tue Jan 11 17:08:52 2011 +0100 @@ -62,7 +62,7 @@ """raised when a json remote call fails """ def __init__(self, reason=''): - super(RequestError, self).__init__() + super(RemoteCallFailed, self).__init__() self.reason = reason def dumps(self):