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
MatEnv is still using the deprecated BaBar legacy ErrMsg class. The mapping should be:
ErrMsg( warning ), ErrMsg( error), ErrMsg( fatal ) -> throw std::invalid_argument
ErrMsg(routine) -> std::cout
MatEnv is still using the deprecated BaBar legacy ErrMsg class. The mapping should be:
ErrMsg( warning ), ErrMsg( error), ErrMsg( fatal ) -> throw std::invalid_argument
ErrMsg(routine) -> std::cout
The ErrMsg class itself should be removed.