<?php/** * * This file is part of Aura for PHP. * * @license http://opensource.org/licenses/bsd-license.php BSD * */namespaceAura\Sql\Exception;useAura\Sql\Exception;/** * * Missing a parameter in the values bound to a statement * * @package Aura.Sql * */classMissingParameterextendsException{}