Documentation is available at UnsupportedHelperObjectException.exception.php
- <?php
- /**
- * @package org.phptmapi.core
- */
- require_once('TMAPIException.exception.php');
- /**
- * public class UnsupportedHelperObjectException: Exception raised when no implementation class is specified for a requested helper object interface.
- *
- * @author Johannes Schmidt - t8d <kontakt@t8d.de>
- */
- class UnsupportedHelperObjectException extends TMAPIException{
- /**
- * Constructor
- * @param string $msg
- * @access public
- */
- public function __construct($msg){
- parent::__construct($msg);
- }
- }
- ?>
Documentation generated on Fri, 30 Jun 2006 13:07:18 +0200 by phpDocumentor 1.3.0RC4