Skip to content

Replace deprecated and non-functional ErrMsg calls with std output or throw #223

Description

@brownd1978

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions