[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * WP_Exception class 4 * 5 * @package WordPress 6 * @since 6.7.0 7 */ 8 9 /** 10 * Core base Exception class. 11 * 12 * Future, more specific, Exceptions should always extend this base class. 13 * 14 * @since 6.7.0 15 */ 16 class WP_Exception extends Exception {}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |