* @license PHP License * @package WB * @subpackage base */ /** * exception: Datasoure * * Something with the datasource is wrong * * @version 0.1.0 * @package WB * @subpackage base */ class WBException_Datasource extends WBException { } ?>