> Benoit, I was thinking about the same thing.
> What is there was a method: _error (the brother to _new)
> If present in a class, a class error falls into it as a default handler
> Any error here most-liekly will implement Try/Catch by the programmer but
> _error will not catch itself: an internal
users
Sent: Mon, 9 Mar 2009 16:15:14 +0100
Subject: Re: [Gambas-user] Global Error Handing
> > Question:
> >
> > Does gambas have any mechanism for global error handling -e.g error rigging
> > an entire project including all subroutines with a master error handler,
>
> Question:
>
> Does gambas have any mechanism for global error handling -e.g error rigging
> an entire project including all subroutines with a master error handler,
> which would catch all un-handled fatal errors, and do something like pop up
> a dialog box with options for user to type in what t
Question:
Does gambas have any mechanism for global error handling -e.g error rigging an
entire project including all subroutines with a master error handler, which
would catch all un-handled fatal errors, and do something like pop up a
dialog box with options for user to type in what they were