EVOLUTION-NINJA
Edit File: InfiniteLoopTraversingException.php
<?php declare (strict_types=1); namespace Rector\Core\Exception\NodeTraverser; use Exception; final class InfiniteLoopTraversingException extends \Exception { }