woocommerce/packages/action-scheduler/classes/ActionScheduler_Exception.php

12 lines
211 B
PHP
Raw Permalink Normal View History

2021-12-10 12:03:04 +00:00
<?php
/**
* ActionScheduler Exception Interface.
*
* Facilitates catching Exceptions unique to Action Scheduler.
*
* @package ActionScheduler
* @since %VERSION%
*/
interface ActionScheduler_Exception {}