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 Mon, 11 Mar 2019 14:57:58 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|