Skip to content

do not catch exceptions in main()

An uncaught exception will result in the test failing. There is no need to explicitly catch them.

Merge request reports