Files
KhaiNguyen 59401cb805 khaihihi
2020-02-13 10:39:37 +07:00

12 lines
221 B
PHP

<?php
/**
* ActionScheduler Exception Interface.
*
* Facilitates catching Exceptions unique to Action Scheduler.
*
* @package Prospress\ActionScheduler
* @since %VERSION%
*/
interface ActionScheduler_Exception {}