Explorar el Código

ZF-7263: Have the Twitter Exception extend the Zend Service Exception.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16706 44c647ce-9c0f-0410-b52a-842ac1e357ba
sidhighwind hace 16 años
padre
commit
fc947397b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      library/Zend/Service/Twitter/Exception.php

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

@@ -27,6 +27,6 @@
  * @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_Twitter_Exception extends Exception
+class Zend_Service_Twitter_Exception extends Zend_Service_Exception
 {
 }