Hi list, 
i was wondering how to catch an error at top level.
So for example, somewhere deep down in my code I do throw new Error ("bla
blah");
and since i'm lazy i don't try to catch in the calling function (since it is
a.. runtime error or something :))...
Is there some way I can catch this error at the top level in my code.
I tried System.onStatus / System.onError but it does not work:)
 
thanks!
Hans
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to