Re: default stack trace function
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: default stack trace function
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2004年9月29日 13:01:00 -0300
> what if the function (or level) that issued the error is certain that
> the error did not happen in its body, but on higher stack levels?
See second (optional) argument to `error' function.
-- Roberto