-
Jakub Klinkovský authored
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.
Jakub Klinkovský authoredExceptions 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.
Loading