private function handleExit(\PHPParser_Node_Expr_Exit $node)
 {
     $this->graph->connectToImplicitReturn($node, GraphEdge::TYPE_UNCOND);
 }