fancy-summer-52431
05/19/2020, 2:42 AM} catch (StoppedByUserException e) {
throw e; /* <- this? */
// We wan't to fail the test no matter what here for an intelligible user message.
// SUPPRESS CHECKSTYLE RegexpSinglelineJava
} catch (Throwable e) { /* <- or this? */
witty-crayon-22786
05/19/2020, 2:43 AM