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
TLDR: A RAII style classed used to encapsulate a possible error conditions that throws an exception if the error occurred and is hence marked noexcept(false)
But clang-tidy still generates a bugprone-exception-escape in this situation which is a false positive.