Kraken\Throwable\ThrowableProxy::getTrace PHP 메소드

getTrace() 최종 공개 메소드

Return proxied Throwable trace.
final public getTrace ( ) : array
리턴 array
    public final function getTrace()
    {
        return $this->toThrowable()->getTrace();
    }