ncsa / qdl

the QDL programming language
Other
1 stars 0 forks source link

Have QDLFunction.evaluate throw Throwable #14

Closed jjg-123 closed 1 year ago

jjg-123 commented 1 year ago

Currently only runtime exceptions are allowed. Make it so user-written extensions can just throw any exception rather than wrapping it in a runtime exception.