File: Exception.php

package info (click to toggle)
wordpress 6.8.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,012 kB
  • sloc: javascript: 501,328; php: 294,081; cs: 6,126; sh: 457; xml: 22; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
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 {}