Author: adamg Date: Sat May 3 09:06:43 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - missing file
---- Files affected: SOURCES: php-pear-Services_Blogging-Exception.php (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/php-pear-Services_Blogging-Exception.php diff -u /dev/null SOURCES/php-pear-Services_Blogging-Exception.php:1.1 --- /dev/null Sat May 3 11:06:43 2008 +++ SOURCES/php-pear-Services_Blogging-Exception.php Sat May 3 11:06:37 2008 @@ -0,0 +1,22 @@ +<?php +/** + * Exception class for the Services_Blogging Drivers. + * + * Extends the Services_Blogging_Exception exception class + * to make it easyto distinguish between driver and other + * exceptions via instanceof or in try/catch(). + * + * @category Services + * @package Services_Blogging + * @author Anant Narayanan <[EMAIL PROTECTED]> + * @author Christian Weiske <[EMAIL PROTECTED]> + * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 + * @link http://pear.php.net/package/Services_Blogging + */ +require_once 'Services/Blogging/Exception.php'; + +class Services_Blogging_Driver_Exception + extends Services_Blogging_Exception +{ +} +?> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
