Нет описания

ActionScheduler_Exception.php 211B

123456789101112
  1. <?php
  2. /**
  3. * ActionScheduler Exception Interface.
  4. *
  5. * Facilitates catching Exceptions unique to Action Scheduler.
  6. *
  7. * @package ActionScheduler
  8. * @since %VERSION%
  9. */
  10. interface ActionScheduler_Exception {}