mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
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 {}
|