"src/TNL/Matrices/Sparse_impl.h" did not exist on "0fb432304197a8bc3641c1e36cd5ebf637dead3f"
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.
Loading
Please sign in to comment