IrreversibleMigration.php 191 B

1234567891011
  1. <?php
  2. declare(strict_types=1);
  3. namespace Doctrine\Migrations\Exception;
  4. use RuntimeException;
  5. final class IrreversibleMigration extends RuntimeException implements MigrationException
  6. {
  7. }