Sequenzia/vendor/Horde/Text/Diff/Exception.php
2013-10-26 18:06:58 -05:00

18 lines
484 B
PHP
Executable File

<?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
{
}