Browse Source

[ZF-7263]Zend_Service_Twitter_Exception extends Exception instead of Zend_Service_Exception

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16755 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 years ago
parent
commit
08e8398df4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      library/Zend/Service/Twitter/Exception.php

+ 5 - 0
library/Zend/Service/Twitter/Exception.php

@@ -21,6 +21,11 @@
  */
 
 /**
+ * @see Zend_Service_Exception
+ */
+require_once 'Zend/Service/Exception.php';
+
+/**
  * @category   Zend
  * @package    Zend_Service
  * @subpackage Twitter