This repository was archived by the owner on Feb 29, 2024. It is now read-only.
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Make proper use of exceptions instead of using the logger #21
Open
Description
I suggest that we introduce a couple of exceptions like:
villas::Exception(const std::string &msg)
villas::SystemError(int errno, const std::string &msg)
Instead of logging the error before throwing the exception or within the exception itself, we should only log the error in the catch block.
Metadata
Metadata
Assignees
Labels
No labels