Files
LaLiga-BackEnd/vendor/doctrine/migrations/lib/Doctrine/Migrations/Exception/MigrationException.php
T
2024-05-18 02:28:01 +02:00

12 lines
142 B
PHP

<?php
declare(strict_types=1);
namespace Doctrine\Migrations\Exception;
use Throwable;
interface MigrationException extends Throwable
{
}