Skip to content
  • Jakub Klinkovský's avatar
    9aa442c4
    Removed superfluous exceptions for file loading/saving · 9aa442c4
    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.
    9aa442c4
    Removed superfluous exceptions for file loading/saving
    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.
Loading