vendor/doctrine-migrations/lib/Doctrine/DBAL/Migrations/SkipMigrationException.php
author cavaliet
Thu, 23 Feb 2012 18:52:59 +0100
changeset 73 c8ecf6c0bdd3
parent 39 03b14b0fe101
permissions -rw-r--r--
Add configuration to enable curl request with proxy or any other CURLOPT

<?php

namespace Doctrine\DBAL\Migrations;

class SkipMigrationException extends MigrationException
{
    
}