|
Server : Apache System : Linux ecres258.servconfig.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : tccustom ( 10268) PHP Version : 7.3.33 Disable Function : NONE Directory : /home/tccustom/public_html/wp-includes/ | |
|
Path: /home/tccustom/public_html/wp-includes/class-wp-exception.php
Size: 253 B
Permissions: 0644
<?php
/**
* WP_Exception class
*
* @package WordPress
* @since 6.7.0
*/
/**
* Core base Exception class.
*
* Future, more specific, Exceptions should always extend this base class.
*
* @since 6.7.0
*/
class WP_Exception extends Exception {}