cvs: pear /Services_Amazon_S3/S3 ServerErrorException.php
[email protected] ("Christian Schmidt")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsschmidt1209023546@cvsserver> |
schmidt Thu Apr 24 07:52:26 2008 UTC
Modified files:
/pear/Services_Amazon_S3/S3 ServerErrorException.php
Log:
missed the actual class
http://cvs.php.net/viewvc.cgi/pear/Services_Amazon_S3/S3/ServerErrorException.php?r1=1.1&r2=1.2&diff_format=u
Index: pear/Services_Amazon_S3/S3/ServerErrorException.php
diff -u pear/Services_Amazon_S3/S3/ServerErrorException.php:1.1 pear/Services_Amazon_S3/S3/ServerErrorException.php:1.2
--- pear/Services_Amazon_S3/S3/ServerErrorException.php:1.1 Mon Apr 7 20:42:07 2008
+++ pear/Services_Amazon_S3/S3/ServerErrorException.php Thu Apr 24 07:52:26 2008
@@ -41,7 +41,7 @@
* @author Christian Schmidt <[email protected]>
* @copyright 2008 Peytz & Co. A/S
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
- * @version CVS: $Id: ServerErrorException.php,v 1.1 2008/04/07 20:42:07 schmidt Exp $
+ * @version CVS: $Id: ServerErrorException.php,v 1.2 2008/04/24 07:52:26 schmidt Exp $
* @link http://pear.php.net/package/Services_Amazon_S3
*/
@@ -59,5 +59,8 @@
* @version Release: @package_version@
* @link http://pear.php.net/package/Services_Amazon_S3
*/
+class Services_Amazon_S3_ServerErrorException extends Services_Amazon_S3_Exception
+{
+}
?>