| Linux olympus.webworksafrica.pro 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64 Path : /home/willdaleco/public_html/wp-includes/ |
| Current File : /home/willdaleco/public_html/wp-includes/class-wp-exception.php |
<?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 {}