Current File : //var/www/vinorea/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionLost.php
<?php

namespace Doctrine\DBAL\Exception;

/**
 * @psalm-immutable
 */
final class ConnectionLost extends ConnectionException
{
}