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

13 lines
200 B
PHP

<?php
namespace Doctrine\DBAL\Exception;
/**
* Base class for all connection related errors detected in the driver.
*
* @psalm-immutable
*/
class ConnectionException extends DriverException
{
}