Parcourir la source

[ZF-7273]Zend_Service_SlideShare_Exception extends Zend_Exception instead of Zend_Service_Exception

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16751 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp il y a 16 ans
Parent
commit
b6dbf9473c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      library/Zend/Service/SlideShare/Exception.php

+ 1 - 1
library/Zend/Service/SlideShare/Exception.php

@@ -33,6 +33,6 @@ require_once 'Zend/Exception.php';
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  */
-class Zend_Service_SlideShare_Exception extends Zend_Exception
+class Zend_Service_SlideShare_Exception extends Zend_Service_Exception
 {
 }