EVOLUTION-NINJA
Edit File: ShouldNotHappenException.php
<?php declare (strict_types=1); namespace RectorPrefix20211231\Symplify\Astral\Exception; use Exception; final class ShouldNotHappenException extends \Exception { }