Files
woocommerce-subscriptions/includes/libraries/action-scheduler/classes/ActionScheduler_Exception.php
Prospress Inc 721dda6e5c 2.4.5
2018-12-12 14:48:11 +01:00

12 lines
221 B
PHP

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