liato / android-bankdroid

A swedish banking application for your Android device.
http://www.swedroid.se/forum/showthread.php?t=11108
Other
242 stars 173 forks source link

Fix wrapping exceptions without String constructors #667

Closed walles closed 7 years ago

walles commented 7 years ago

Before this change, bankdroidifyException() failed if the exception to wrap didn't come with a String constructor.

Now it works, with tests and all!

walles commented 7 years ago

Made PR #671 to enforce naming conventions.