Subject: | Error handling options |
Currently error conditions result in prints to STDERR. It would be nice to have an option I could
set that would die with the output usually sent to STDERR so that I can handle the errors with an
eval, hence having a throw/catch error handling system.