-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Milestone
Description
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
Exceptionclass and replace the macros withthrows - Replace calls to terminate with
throws
Ref #64