Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Converted Zend_Paginator to Zend\Paginator with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Schindler committed Jun 16, 2010
1 parent d9349eb commit 88ec12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
* @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Exception extends Zend\Exception {}
class Exception extends \Zend\Exception {}

0 comments on commit 88ec12d

Please sign in to comment.