PhpSandbox\Error::getNode PHP Method

getNode() public method

Returns parser node of the Error
public getNode ( ) : PhpParser\Node | null
return PhpParser\Node | null The parser node of the error to return
    public function getNode()
    {
        return $this->node;
    }