Просмотр файла vendor/robmorgan/phinx/src/Phinx/Migration/IrreversibleMigrationException.php

Размер файла: 384B
<?php

/**
 * MIT License
 * For full license information, please view the LICENSE file that was distributed with this source code.
 */

namespace Phinx\Migration;

use Exception;

/**
 * Exception class thrown when migrations cannot be reversed using the 'change'
 * feature.
 *
 * @author Rob Morgan <[email protected]>
 */
class IrreversibleMigrationException extends Exception
{
}