General error reporting, all corraled here just in case I think of something slightly more intelligent to do.
(String where, Throwable e)
| 311 | * I think of something slightly more intelligent to do. |
| 312 | */ |
| 313 | private static void errorMessage(String where, Throwable e) { |
| 314 | System.err.println(format(tr("Error inside Serial.{0}()"), where)); |
| 315 | e.printStackTrace(); |
| 316 | } |
| 317 | } |
no test coverage detected