Skip to content
Snippets Groups Projects
Commit 9aa442c4 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed superfluous exceptions for file loading/saving

Exceptions are meant to categorize errors, so there should not be many
different exceptions and they should not be specific for a small number
of objects/functions. Let's make all save/load methods throw only 2
exceptions: FileSerializationError and FileDeserializationError.
parent 7f445c6a
No related branches found
No related tags found
Loading
Showing
with 61 additions and 252 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment