2011-10-03 03:24:13 -04:00
|
|
|
USING: continuations namespaces sequences kernel ui
|
|
|
|
ui.gadgets.worlds ;
|
2010-02-23 23:42:36 -05:00
|
|
|
|
2011-10-03 03:24:13 -04:00
|
|
|
[
|
|
|
|
"Error"
|
2010-05-03 01:40:54 -04:00
|
|
|
"The application encountered an error it cannot recover from and will now exit."
|
2010-02-23 23:42:36 -05:00
|
|
|
system-alert die
|
2011-10-03 03:24:13 -04:00
|
|
|
]
|
|
|
|
[ ui-error-hook set-global ]
|
|
|
|
[ callback-error-hook set-global ]
|
|
|
|
[ [ drop ] prepose thread-error-hook set-global ] tri
|