Source for file LayoutNotFoundException.php
Documentation is available at LayoutNotFoundException.php
* Exception lancé quand un layout 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 layout demander n'existe pas
* Construit une nouvelle instance de org_geoprisma_exception_LayoutNotFoundException
* @param string $pstrLayout Nom du layout rechercher
* @return org_geoprisma_exception_LayoutNotFoundException
com_borealis_foundation_util_Assert::assertIsString($pstrLayout);
parent::__construct("Layout Not found : $pstrLayout", 404);
Documentation generated on Mon, 20 Feb 2012 13:46:23 -0500 by phpDocumentor 1.4.1