# image-optimization/1.2.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php

Image Optimizer – Compress Images and Convert to WebP or AVIF, version 1.2.0. 12 lines.

- Page: https://pluginprobe.com/plugins/image-optimization/1.2.0/code/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php
- Raw: https://pluginprobe.com/plugins/image-optimization/1.2.0/raw/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php
- Modified: 2024-01-08T11:53:40+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/image-optimization/1.2.0/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 {}

```
