ncsa / qdl

the QDL programming language
Other
1 stars 0 forks source link

Add state. stem to errors #4

Closed jjg-123 closed 1 year ago

jjg-123 commented 1 year ago

raise_error() should be able to have a stem associated with it. This is user defined and allows for much better information about, say, what the state of the system was when the error was raised. It should be stashed in a system-managed variable named error_state.

jjg-123 commented 1 year ago

done