From: John Dong Date: Fri, 17 Aug 2007 23:16:34 +0000 (-0400) Subject: Improve consistency of XMLRPC error reporting. Now, all error conditions will raise... X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/39db2eaf49aee569e9d216d312abba7388e8529d?hp=39db2eaf49aee569e9d216d312abba7388e8529d Improve consistency of XMLRPC error reporting. Now, all error conditions will raise an exception. Before, there was an inconsistent mix between raising exceptions and returning nil objects. Nil objects are much less desirable because the client must explicitly check for errors and some errors might silently pass through and produce incorrect results ---