ConnectionLost.php 130 B

12345678910
  1. <?php
  2. namespace Doctrine\DBAL\Exception;
  3. /**
  4. * @psalm-immutable
  5. */
  6. final class ConnectionLost extends ConnectionException
  7. {
  8. }