mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-12 11:16:35 +09:00
797bc2fd98
git-subtree-dir: includes/lib/action-scheduler git-subtree-split: c828347715e6c3318c8ab8b4fea2d87b31d51aac
12 lines
207 B
PHP
12 lines
207 B
PHP
<?php
|
|
|
|
/**
|
|
* ActionScheduler Exception Interface.
|
|
*
|
|
* Facilitates catching Exceptions unique to Action Scheduler.
|
|
*
|
|
* @package ActionScheduler
|
|
* @since 2.1.0
|
|
*/
|
|
interface ActionScheduler_Exception {}
|