Source for file ioException.classe.php

Documentation is available at ioException.classe.php

  1. <?php
  2.  
  3. include_once('exception.interface.php');
  4. require_once("exception.classe.php");
  5.  
  6. class ioException extends exception implements iOpenMindException {
  7.  
  8.     public function __construct($strMensagem "Erro de Entrada e Sa�da. "){
  9.         $this->defineClasseErro();
  10.         parent::__construct($strMensagemCFG_EXCEPTION_COD);
  11.     }
  12.     
  13.     public function defineClasseErro(){
  14.         $this->classeErro = __CLASS__;
  15.     }
  16. }
  17.  
  18. ?>

Documentation generated on Sun, 09 Mar 2008 23:52:14 -0300 by phpDocumentor 1.4.0

SourceForge.net Logo Support This Project