Source for file DatastoreNotFoundException.php
Documentation is available at DatastoreNotFoundException.php
* Exception lancé quand un datastore demander n'existe pas
* @copyright 2009, Boreal - Information Strategies
* @license http://www.geoprisma.org/license BSD License
* @link http://www.geoprisma.org
* Exception lancé quand un datastore demander n'existe pas
* Construit une nouvelle instance de org_geoprisma_exception_DatastoreNotFoundException
* @param string $pstrDatastore Nom du datastore rechercher
* @return org_geoprisma_exception_DatastoreNotFoundException
com_borealis_foundation_util_Assert::assertIsString($pstrDatastore);
parent::__construct("Datastore Not found : $pstrDatastore", 403);
Documentation generated on Mon, 20 Feb 2012 13:46:11 -0500 by phpDocumentor 1.4.1