Throw it and catch it.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Tuesday, July 29, 2008 7:05 AM To: [email protected] Subject: [flexcoders] Custom error handler If I subclass Error class like this: public class AppError extends Error { public function AppError(message:String, errorID:int) { super(message, errorID); } } do I need to do anything else to get all errors into my custom error handler? Thanks

