ControlException.php 133 B

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