<?php/** * * This file is part of Aura for PHP. * * @license http://opensource.org/licenses/bsd-license.php BSD * */namespaceAura\Sql\Exception;useAura\Sql\Exception;/** * * Locator could not find a named connection. * * @package Aura.Sql * */classConnectionNotFoundextendsException{}