You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently errors thrown from Funxion are just strings. It would make sense to create more specific error classes that inherit Error and provide more useful information from the user. This will also provider an API for users to make assertions on when validating user provided expressions.
AC
Outline required error classes
Implement error classes
Document errors and provide validation assertion examples
Add tests to ensure errors are raised as expected and stable to rely upon
The text was updated successfully, but these errors were encountered:
Currently errors thrown from Funxion are just strings. It would make sense to create more specific error classes that inherit Error and provide more useful information from the user. This will also provider an API for users to make assertions on when validating user provided expressions.
AC
The text was updated successfully, but these errors were encountered: