Files
haushalt/backend/vendor/doctrine/migrations/src/Exception/MigrationException.php
2026-03-24 00:04:55 +01:00

12 lines
142 B
PHP

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