1 <?php
2
3 namespace Doctrine\DBAL\Migrations;
4
5 class SkipMigrationException extends MigrationException
6 {
7
8 }