Skip to content
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

Prevent internal error reporting of FileNotFoundException during serialization #605

Merged
merged 3 commits into from
Sep 30, 2019

Conversation

fractalwrench
Copy link
Contributor

Goal

FileNotFoundException can occur when opening a FileOutputStream if it wasn't possible to open the file for reasons beyond our control. If this does occur, we should suppress
internal error reports as it is a known issue that we cannot handle.

See releated PR #594

@fractalwrench fractalwrench merged commit 7b8dc95 into master Sep 30, 2019
@fractalwrench fractalwrench deleted the swallow-fnf-serialization branch September 30, 2019 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants