1<?php2/**3* Exception for errors from the Text_Diff package.4*5* {@internal This is a WP native addition to the external Text_Diff package.}6*7* @package WordPress8* @subpackage Text_Diff9*/1011class Text_Exception extends Exception {}12