Пример #1
0
        public ArrayValue getTrace(Env env)
        {
            if (_trace == null)
            {
                _trace = ErrorModule.debug_backtrace_exception(env, this, 0);
            }

            return(_trace);
        }