Files
LaLiga-BackEnd/vendor/doctrine/dbal/src/Exception/NonUniqueFieldNameException.php
T
2024-05-18 02:28:01 +02:00

13 lines
236 B
PHP

<?php
namespace Doctrine\DBAL\Exception;
/**
* Exception for a non-unique/ambiguous specified field name in a statement detected in the driver.
*
* @psalm-immutable
*/
class NonUniqueFieldNameException extends ServerException
{
}