WP_Exception
Core base Exception class.
Description
Future, more specific, Exceptions should always extend this base class.
Source
File: wp-includes/class-wp-exception.php
class WP_Exception extends Exception {}
Changelog
Version | Description |
---|---|
6.7.0 | Introduced. |