Re: Modifing try-catch statement
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Modifing try-catch statement
- From: Javier Guerra Giraldez <javier@...>
- Date: 2010年9月17日 16:58:10 -0500
On Fri, Sep 17, 2010 at 4:51 PM, James Rhodes
<jrhodes@roket-enterprises.com> wrote:
> try
> -- attempt code
> catch (Engine.DivideByZeroException e) do
> -- catch Engine.DivideByZeroException
> catch (Engine.Exception e) do
> -- catch Engine.Exception
> end
if you want python you know where to find it
--
Javier