# hostinger/3.0.78/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php

Hostinger Tools, version 3.0.78. 12 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.78/code/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.78/raw/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php
- Modified: 2025-07-22T10:37:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hostinger/3.0.78/code/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php#L10-L20`.

```php
<?php

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

```
