Skip to content

Add simple module for error handling#35

Open
eamousing wants to merge 9 commits into
developfrom
feat/error-handling
Open

Add simple module for error handling#35
eamousing wants to merge 9 commits into
developfrom
feat/error-handling

Conversation

@eamousing

Copy link
Copy Markdown
Collaborator

This module provides simple error handling, checking, and assertion procedures.

The main procedure assert will check if a condition is true. If not, the program will terminate with an optional error message and/or code.

Helper functions are provided for checking for equality and if a values is within a range.

@eamousing eamousing requested a review from brucerd June 5, 2026 11:33
@eamousing eamousing self-assigned this Jun 5, 2026
@eamousing eamousing added the enhancement New feature or request label Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant