Current File : /home/masbinta/public_html/vendor/doctrine/dbal/src/Exception/ConnectionLost.php
<?php

namespace Doctrine\DBAL\Exception;

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