Phan\BlockAnalysisVisitor::visitTry PHP Method

visitTry() public method

public visitTry ( ast\Node $node ) : Context
$node ast\Node An AST node we'd like to determine the UnionType for
return Phan\Language\Context The updated context after visiting the node
    public function visitTry(Node $node) : Context
    {
        return $this->visitBranchedContext($node);
    }