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 Thu, 19 Jan 2012 00:08:27 +0400 by phpDocumentor 1.4.1