Icicle\Concurrent\Sync\Internal\ExitFailure::getResult PHP Method

getResult() public method

public getResult ( )
    public function getResult()
    {
        throw new PanicError(sprintf('Uncaught exception in execution context of type "%s" with message "%s"', $this->type, $this->message), $this->code, $this->trace);
    }