From 28b35cc5779a7709af33151792dd6df35202207e Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Tue, 18 Sep 2007 20:16:24 +0000 Subject: [PATCH] Renamed. --- lib/Doctrine/Migration/IrreversibleMigration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Migration/IrreversibleMigration.php b/lib/Doctrine/Migration/IrreversibleMigration.php index 42f83ae3e..650c4fa69 100644 --- a/lib/Doctrine/Migration/IrreversibleMigration.php +++ b/lib/Doctrine/Migration/IrreversibleMigration.php @@ -29,6 +29,6 @@ * @since 1.0 * @version $Revision: 1080 $ */ -class Doctrine_Migration_IrreversibleMigration extends Doctrine_Migration_Exception +class Doctrine_Migration_IrreversibleMigrationException extends Doctrine_Migration_Exception { } \ No newline at end of file