* throw new ezcTemplateTstNodeException( ezcTemplateTstNodeException::NO_FIRST_CHILD ); * * * @package Template * @version 1.0 */ class ezcTemplateTypeHintException extends Exception { /** * This exception should be caught, and rethrown. The message is not important. */ public function __construct() { $message = "Typehint failure"; parent::__construct( $message ); } } ?>