lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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