FinderException.php 112 B

123456789
  1. <?php
  2. declare(strict_types=1);
  3. namespace Doctrine\Migrations\Finder\Exception;
  4. interface FinderException
  5. {
  6. }