View file vendor/doctrine/dbal/src/Tools/Console/ConnectionNotFound.php

File size: 138B
<?php

namespace Doctrine\DBAL\Tools\Console;

use OutOfBoundsException;

final class ConnectionNotFound extends OutOfBoundsException
{
}