Icicle\Concurrent\Worker\Internal\TaskFailure::getException PHP Method

getException() public method

public getException ( )
    public function getException()
    {
        return new TaskException(sprintf('Uncaught exception in worker of type "%s" with message "%s"', $this->type, $this->message), $this->code, $this->trace);
    }