summaryrefslogtreecommitdiff
path: root/vendor/doctrine/orm/src/Exception/ConfigurationException.php
blob: 45cf83f7d4ea92828d521bd01eb1a65d3e49b75a (plain)
1
2
3
4
5
6
7
8
9
<?php

declare(strict_types=1);

namespace Doctrine\ORM\Exception;

interface ConfigurationException extends ORMException
{
}