Define an error handling strategy to use throughout the code base. Particularly, determine if the use of macros should remain. Edit May 29, 2024: - [ ] Implement base `Exception` class and replace the macros with `throw`s - [ ] Replace calls to terminate with `throw`s Ref #64
Define an error handling strategy to use throughout the code base. Particularly, determine if the use of macros should remain.
Edit May 29, 2024:
Exceptionclass and replace the macros withthrowsthrowsRef #64