Преглед изворни кода

[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