navasena/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Exception.php

12 lines
207 B
PHP
Raw Permalink Normal View History

2024-07-31 13:12:38 +07:00
<?php
/**
* ActionScheduler Exception Interface.
*
* Facilitates catching Exceptions unique to Action Scheduler.
*
* @package ActionScheduler
* @since 2.1.0
*/
interface ActionScheduler_Exception {}