diff -r bbdc7f9aa25e -r 03b14b0fe101 vendor/doctrine-migrations/lib/Doctrine/DBAL/Migrations/IrreversibleMigrationException.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/doctrine-migrations/lib/Doctrine/DBAL/Migrations/IrreversibleMigrationException.php Fri Nov 25 18:55:43 2011 +0100 @@ -0,0 +1,33 @@ +. +*/ + +namespace Doctrine\DBAL\Migrations; + +/** + * Exception to be thrown in the down() methods of migrations that signifies it + * is an irreversible migration and stops execution. + * + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @link www.doctrine-project.org + * @since 2.0 + * @author Jonathan H. Wage + */ +class IrreversibleMigrationException extends \Exception +{ +} \ No newline at end of file