diff options
Diffstat (limited to 'vendor/doctrine/dbal/src/Exception/ConnectionLost.php')
-rw-r--r-- | vendor/doctrine/dbal/src/Exception/ConnectionLost.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/doctrine/dbal/src/Exception/ConnectionLost.php b/vendor/doctrine/dbal/src/Exception/ConnectionLost.php new file mode 100644 index 0000000..eda8db1 --- /dev/null +++ b/vendor/doctrine/dbal/src/Exception/ConnectionLost.php | |||
@@ -0,0 +1,10 @@ | |||
1 | <?php | ||
2 | |||
3 | declare(strict_types=1); | ||
4 | |||
5 | namespace Doctrine\DBAL\Exception; | ||
6 | |||
7 | /** @psalm-immutable */ | ||
8 | final class ConnectionLost extends ConnectionException | ||
9 | { | ||
10 | } | ||