Source for file SetTypeException.class.php

Documentation is available at SetTypeException.class.php

  1. <?php
  2. /**
  3.  * @author Takács Ákos (Rimelek), programmer [at] rimelek [dot] hu
  4.  * @copyright Copyright (C) 2009, Takács Ákos
  5.  * @package REPHPGraph
  6.  */
  7.  
  8. /**
  9.  * SetType kivétel
  10.  * 
  11.  * Ez a kivétel váltódik ki, ha a felhasználó rossz nem támogatott típust ad át a egy objektum type tulajdonságának.
  12.  * 
  13.  * @author Takács Ákos (Rimelek), programmer [at] rimelek [dot] hu
  14.  * @copyright Copyright (C) 2008, Takács Ákos
  15.  * @version 1.0
  16.  * @package REPHPGraph
  17.  */
  18. class SetTypeException extends Exception {
  19.         function __toString({
  20.             return __CLASS__ . ": [".$this->code."]: ".$this->message."\n";
  21.         }
  22. }
  23. ?>

Documentation generated on Tue, 09 Feb 2010 01:17:50 +0100 by phpDocumentor 1.4.1