ServerErrorGui
Listen to a server for /fail messages and display them in a small view.
(
w = SCWindow.new;
w.front;
ServerErrorGui(Server.default).gui(w)
)
Will not install itself if there is already an exception handler installed.
It will interfere with other handlers.
It is primarily intended for playing live.