Open eMaringolo opened 1 year ago
When there is an exception loading a class/method it goes through EmImageSupport class>>#errorReporter that resolves to EmErrorReporter.
EmImageSupport class>>#errorReporter
EmErrorReporter
We should define our own reporter to intercept those errors and avoid displaying UI messages or deal with these errors in some other way.
When there is an exception loading a class/method it goes through
EmImageSupport class>>#errorReporter
that resolves toEmErrorReporter
.We should define our own reporter to intercept those errors and avoid displaying UI messages or deal with these errors in some other way.