Flatlogic Bot 30fe60f3ea Fazliddin
2026-01-29 11:42:42 +00:00

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 {}