-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
print caught exceptions when (de)serializing #332
Conversation
Co-authored-by: David Little <david.frank.little@gmail.com>
I wonder if it's better to print a Either way, please wrap this all in another try-catch block in case the |
sure - let me know if you think it's a good idea to print a second error message in the |
Looks good, thanks! |
The
caught
exception can useful for tracking down sources of bugs, as was the case for myself earlier today.