You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: