Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment