Files
medicalalert-web-reloaded/wp/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Exception.php
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

12 lines
207 B
PHP

<?php
/**
* ActionScheduler Exception Interface.
*
* Facilitates catching Exceptions unique to Action Scheduler.
*
* @package ActionScheduler
* @since 2.1.0
*/
interface ActionScheduler_Exception {}