Files
woocommerce-subscriptions/includes/libraries/action-scheduler/classes/ActionScheduler_Exception.php
Prospress Inc 420ccb2e64 3.0.9
2020-10-01 14:32:58 +02:00

12 lines
211 B
PHP

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