Set AssertError to inherit from std::runtime_error
Compare changes
- Stéphane Del Pino authored
The main interest is that one can now check more precisely the type of raised errors in unit tests
+ 8
− 3
@@ -9,7 +9,7 @@
@@ -41,7 +41,8 @@ class AssertError
@@ -64,7 +65,11 @@ class AssertError