Documentation is available at MergeException.exception.php
- <?PHP
- /**
- * @package org.phptmapi.core
- */
- require_once('TMAPIRuntimeException.exception.php');
- /**
- * public class MergeException: The base class for exceptions related to merging of topic or topic map instances. Applications should not raise an instance of this exception class, but should instead raise an instance of one of the derived classes.
- *
- * @author Johannes Schmidt - t8d <kontakt@t8d.de>
- */
- class MergeException extends TMAPIRuntimeException{
- /**
- * Constructor
- * @param string $msg
- * @access public
- */
- public function __construct($msg){
- parent::__construct($msg);
- }
- }
- ?>
Documentation generated on Fri, 30 Jun 2006 13:06:55 +0200 by phpDocumentor 1.3.0RC4