[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What is the equivalent of die() command of perl
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 10 Sep 2009 09:46:43 -0300
> Well error("message") would work, but you would also get a stack
> trace, which is not always so friendly for your users.
You could do this:
debug.traceback=nil
error("message")