wp/wp-includes/Text/Exception.php
changeset 22 8c2e4d02f4ef
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
       
     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 {}