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