instantiations / tonel-vast

Tonel file format writer and reader implementation for VA Smalltalk
MIT License
9 stars 3 forks source link

Create custom Error Reporter for Tonel Loader #123

Open eMaringolo opened 1 year ago

eMaringolo commented 1 year ago

When there is an exception loading a class/method it goes through EmImageSupport class>>#errorReporter that resolves to 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.