WP_Exception{}WP 6.7.0

Core base Exception class.

Future, more specific, Exceptions should always extend this base class.

No Hooks.

Usage

$WP_Exception = new WP_Exception();
// use class methods

Methods

No Methods in class.

Changelog

Since 6.7.0 Introduced.

WP_Exception{} code WP 6.7.1

class WP_Exception extends Exception {}