| Server IP : 64.176.2.12 / Your IP : 216.73.216.187 Web Server : Apache/2.4.68 (Unix) OpenSSL/3.0.13 System : Linux vultr-San-1 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : trendigtjustnu ( 1003) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /srv/users/trendigtjustnu/apps/trendigtjustnu/public/wp-includes/ |
Upload File : |
<?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 {}