Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace Doctrine\DBAL\Exception; /** @psalm-immutable */ final class ConnectionLost extends ConnectionException { }
<?php
namespace Doctrine\DBAL\Exception;
/** @psalm-immutable */
final class ConnectionLost extends ConnectionException
{
}