<?php
/**
* This exception is thrown when the PdoDataSource is instantiated
* with a PDO Driver DSN that does not have an associated Recess
* IPdoDataSourceProvider.
*
* @author Kris Jordan <hide@address.com>
* @copyright 2008, 2009 Kris Jordan
* @package Recess PHP Framework
* @license MIT
* @link http://www.recessframework.org/
*/
class ProviderDoesNotExistException extends RecessException {}
?>