equal
deleted
inserted
replaced
|
1 <?php |
|
2 /** |
|
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 WordPress |
|
8 * @subpackage Text_Diff |
|
9 */ |
|
10 |
|
11 class Text_Exception extends Exception {} |