* @copyright 2012 - 2015 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat4ion/Query */ // -------------------------------------------------------------------------- namespace Query; /** * Generic exception for bad drivers * * @package Query * @subpackage Core */ class BadDBDriverException extends \InvalidArgumentException { } // End of BadDBDriverException.php