Skip to content

Set AssertError to inherit from std::runtime_error

Stéphane Del Pino requested to merge feature/unit-tests into develop

The main interest is that one can now check more precisely the type of raised errors in unit tests

Merge request reports