changed to more descriptive exception

This commit is contained in:
Jimbo77 2012-08-23 17:50:44 -07:00
parent 47432b32c8
commit cb67ec4454
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ class Wallet:
self.conversion_currency = d.get('conversion_currency', 'USD')
self.theme = d.get('theme', 'Cleanlook')
except:
raise BaseException("cannot read wallet file")
raise IOError("Cannot read wallet file.")
self.update_tx_history()