PhpParser\Node\Expr\Error::__construct PHP Method

__construct() public method

Constructs an error node.
public __construct ( array $attributes = [] )
$attributes array Additional attributes
    public function __construct(array $attributes = array())
    {
        parent::__construct($attributes);
    }