Source for file throws.php

Documentation is available at throws.php


1 <?php
2 /**
3 * @package Examples
4 * @author Derick Rethans <derick@php.net>
5 */
6
7 /**
8 * tableInfo() is not implemented in the PEAR Cache DB module.
9 * @param mixed $mode
10 * @throws object Cache_Error
11 */
12 function tableInfo($mode = null) {
13 return new Cache_Error('tableInfo() is not implemented in the
14 PEAR Cache DB module.',
15 __FILE__,
16 __LINE__
17 );
18 }
19 ?>

Documentation generated on Tue, 18 Nov 2003 18:06:13 +0100 by phpDocumentor 1.2.2