GoldException not GoldError.

This commit is contained in:
bsimpson63
2013-05-30 21:49:19 -04:00
parent f4a595478b
commit 7c03dc8e62

View File

@@ -635,7 +635,7 @@ class GoldPaymentController(RedditController):
try:
payment_blob = validate_blob(passthrough)
except GoldError as e:
except GoldException as e:
g.log.error('%s %s: bad payment_blob %s' % (self.name,
transaction_id,
e))