瀏覽代碼

[ZF-7275]Zend_Service_Nirvanix_Exception extends Zend_Exception instead of Zend_Service_Exception

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16752 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 年之前
父節點
當前提交
07c0fe6ae3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      library/Zend/Service/Nirvanix/Exception.php

+ 2 - 2
library/Zend/Service/Nirvanix/Exception.php

@@ -21,9 +21,9 @@
  */
 
 /**
- * @see Zend_Exception
+ * @see Zend_Service_Exception
  */
-require_once 'Zend/Exception.php';
+require_once 'Zend/Service/Exception.php';
 
 /**
  * @category   Zend