Files
woocommerce-subscriptions/includes/libraries/action-scheduler/classes/ActionScheduler_Exception.php
Prospress Inc 9bcb1fc839 3.0.1
2020-02-27 13:22:28 +01:00

12 lines
211 B
PHP
Executable File

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