geno/wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_Exception.php
2024-02-01 11:54:18 +00:00

11 lines
207 B
PHP

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