summaryrefslogtreecommitdiff
path: root/vendor/doctrine/dbal/src/ConnectionException.php
blob: de9624831d276a5224e51f92e6e0643b9bc00039 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

declare(strict_types=1);

namespace Doctrine\DBAL;

/** @psalm-immutable */
class ConnectionException extends \Exception implements Exception
{
}