SimpleWindow.eventUncaughtException

Event listeners added with addEventListener have their exceptions swallowed by the event loop. This delegate can handle them again before it proceeds.

class SimpleWindow
void delegate(Exception e) nothrow eventUncaughtException;

Meta

History

Added May 12, 2021