* @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Text_Diff */ // Disallow direct access to this file for security reasons if(!defined("IN_MYBB")) { die("Direct initialization of this file is not allowed.

Please make sure IN_MYBB is defined."); } class Horde_Text_Diff_Exception extends Horde_Exception_Wrapped { }