• File: ActionScheduler_Exception.php
  • Full Path: /home/lef/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Exception.php
  • File size: 211 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

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