Icicle\Concurrent\Exception\TaskException::getWorkerTrace PHP Method

getWorkerTrace() public method

Gets the stack trace at the point the panic occurred.
public getWorkerTrace ( ) : string
return string
    public function getWorkerTrace() : string
    {
        return $this->trace;
    }