| 1234567891011121314151617 |
- <?php
- /**
- * Exception handler for the Text_Diff package.
- *
- * Copyright 2011-2012 Horde LLC (http://www.horde.org/)
- *
- * See the enclosed file COPYING for license information (LGPL). If you
- * did not receive this file, see http://www.horde.org/licenses/lgpl21.
- *
- * @author Jan Schneider <jan@horde.org>
- * @category Horde
- * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
- * @package Text_Diff
- */
- class Horde_Text_Diff_Exception extends Horde_Exception_Wrapped
- {
- }
|