Source for file BadConfigException.php

Documentation is available at BadConfigException.php

  1. <?php
  2. /**
  3. * Exception lancĂ© quand la configuration est mal remplie.
  4. * Un class qui n'implemente pas l'interface org_geoprisma_config_Config
  5. * Exception code 401
  6. *
  7. * PHP versions 5
  8. @category  PHP
  9. @package   GeoPrisma
  10. @author    Pascal Martin
  11. @copyright 2009, Boreal - Information Strategies
  12. @license   http://www.geoprisma.org/license BSD License
  13. @link      http://www.geoprisma.org
  14. */
  15.  
  16. /**
  17. * Exception lancĂ© quand la configuration est mal remplie.
  18. * Un class qui n'implemente pas l'interface org_geoprisma_config_Config
  19. * Exception code 401
  20. *  
  21. @category   PHP
  22. @package    GeoPrisma
  23. @subpackage Exception
  24. @author     Pascal Martin
  25. */
  26. {
  27.     /**
  28.     * Construit une nouvelle instance de org_geoprisma_exception_BadConfigException
  29.     * 
  30.     * @param string $pstrMessage Message d'erreur
  31.     * 
  32.     * @return org_geoprisma_exception_BadConfigException 
  33.     */
  34.     public function __construct($pstrMessage)
  35.     {   
  36.         com_borealis_foundation_util_Assert::assertIsString($pstrMessage);
  37.              
  38.         parent::__construct($pstrMessage401);
  39.     }   
  40. }
  41.   
  42. ?>

Documentation generated on Thu, 19 Jan 2012 00:08:24 +0400 by phpDocumentor 1.4.1