Kraken\Throwable\ThrowableProxy::getTrace PHP Method

getTrace() final public method

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