MCPcopy
hub / github.com/arduino/Arduino / showError

Method showError

app/src/processing/app/Base.java:2183–2185  ·  view source on GitHub ↗
(String title, String message, Throwable e)

Source from the content-addressed store, hash-verified

2181
2182
2183 static public void showError(String title, String message, Throwable e) {
2184 showError(title, message, e, 1);
2185 }
2186
2187 static public void showError(String title, String message, int exit_code) {
2188 showError(title, message, null, exit_code);

Callers 4

initMethod · 0.95
BaseMethod · 0.95
reloadMethod · 0.95

Calls 1

showErrorMethod · 0.95

Tested by

no test coverage detected