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