Source for file OptionNotFoundException.php
Documentation is available at OptionNotFoundException.php
* Exception lancé quand un option 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 option demander n'existe pas
* Construit une nouvelle instance de org_geoprisma_exception_OptionNotFoundException
* @param string $pstrOption Nom de l'option rechercher
* @return org_geoprisma_exception_OptionNotFoundException
com_borealis_foundation_util_Assert::assertIsString($pstrOption);
parent::__construct("Option Not found : $pstrOption", 408);
Documentation generated on Thu, 19 Jan 2012 00:08:42 +0400 by phpDocumentor 1.4.1