wp/wp-includes/Text/Exception.php
changeset 22 8c2e4d02f4ef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/Text/Exception.php	Fri Sep 05 18:52:52 2025 +0200
@@ -0,0 +1,11 @@
+<?php
+/**
+ * Exception for errors from the Text_Diff package.
+ *
+ * {@internal This is a WP native addition to the external Text_Diff package.}
+ *
+ * @package WordPress
+ * @subpackage Text_Diff
+ */
+
+class Text_Exception extends Exception {}