(Throwable ex)
| 1542 | } |
| 1543 | |
| 1544 | static String formatThrowable(Throwable ex) { |
| 1545 | return formatThrowable(ex, true); |
| 1546 | } |
| 1547 | |
| 1548 | static String formatThrowable(Throwable ex, boolean sanitize) { |
| 1549 | return formatThrowable(ex, " ", sanitize); |
no test coverage detected