Files
woocommerce-subscriptions/includes/libraries/action-scheduler/classes/ActionScheduler_Exception.php
Prospress Inc 3ff3a8b701 2.4.7
2018-12-24 09:06:01 +01:00

12 lines
221 B
PHP
Executable File

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