Browse Source

[ZF-7282] Zend_Locale:

- fixed extended class

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17074 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
9263947d0c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      library/Zend/Locale/Math/Exception.php

+ 2 - 2
library/Zend/Locale/Math/Exception.php

@@ -23,7 +23,7 @@
 /**
  * Zend_Exception
  */
-require_once 'Zend/Exception.php';
+require_once 'Zend/Locale/Exception.php';
 
 
 /**
@@ -32,7 +32,7 @@ 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_Locale_Math_Exception extends Zend_Exception
+class Zend_Locale_Math_Exception extends Zend_Locale_Exception
 {
     protected $op1 = null;
     protected $op2 = null;