<?php

declare(strict_types=1);

namespace Doctrine\Migrations\Provider\Exception;

use Doctrine\Migrations\Exception\MigrationException;

interface ProviderException extends MigrationException
{
}
