Source for file Exception.php
Documentation is available at Exception.php
* Exception class for the Services_Blogging package.
* Extends the normal exception class to make it easy
* to distinguish between blogging and other exceptions
* @package Services_Blogging
* @author Anant Narayanan <anant@php.net>
* @author Christian Weiske <cweiske@php.net>
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
public function __construct($message = null , $code = 0 )
parent ::__construct ($message, $code);
}//public function __construct($message = null, $code = 0)
}//class Services_Blogging_Exception extends Exception
Documentation generated on Sat, 27 Jan 2007 12:00:07 -0500 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.
|