Browse Source

[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@16749 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 years ago
parent
commit
d41683059c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      library/Zend/Service/Nirvanix/Exception.php

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

@@ -19,7 +19,7 @@
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @version    $Id$
  */
- 
+
 /**
  * @see Zend_Exception
  */
@@ -32,5 +32,5 @@ 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_Nirvanix_Exception extends Zend_Exception
+class Zend_Service_Nirvanix_Exception extends Zend_Service_Exception
 {}