Core base Exception class.
Description
Future, more specific, Exceptions should always extend this base class.
Source
class WP_Exception extends Exception {}
Changelog
Version | Description |
---|---|
6.7.0 | Introduced. |
Core base Exception class.
Future, more specific, Exceptions should always extend this base class.
class WP_Exception extends Exception {}
Version | Description |
---|---|
6.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.