wp-multisite-subscriptions/inc/exception/class-runtime-exception.php
2025-06-15 19:45:09 +08:00

19 lines
334 B
PHP

<?php
/**
* WP Multisite Subscriptions Runtime Exception
*
* @package WP_Ultimo\Exception
* @since 2.0.11
*/
namespace WP_Ultimo\Exception;
// Exit if accessed directly
defined('ABSPATH') || exit;
/**
* Runtime Exception
*
* @since 2.0.11
*/
class Runtime_Exception extends \Exception {} // end class Runtime_Exception;