-
- Downloads
Improve handling of AssertionError
- Assert can now take one or two arguments: first argument is the assertion itself. The optional second argument is used to provide a custom error message. - remove try/catch from main: AssertionError may now be catched in SignalManager. This allows to write the AssertionError message as well as to print the back trace and eventually pause the execution.
Showing
Loading
Please register or sign in to comment