mirror of
https://github.com/pronamic/woocommerce-subscriptions.git
synced 2025-10-13 04:42:56 +00:00
12 lines
211 B
PHP
Executable File
12 lines
211 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* ActionScheduler Exception Interface.
|
|
*
|
|
* Facilitates catching Exceptions unique to Action Scheduler.
|
|
*
|
|
* @package ActionScheduler
|
|
* @since %VERSION%
|
|
*/
|
|
interface ActionScheduler_Exception {}
|