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