# image-optimization/1.0.2/classes/async-operation/exceptions/async-operation-exception.php

Image Optimizer – Compress Images and Convert to WebP or AVIF, version 1.0.2. 10 lines.

- Page: https://pluginprobe.com/plugins/image-optimization/1.0.2/code/classes/async-operation/exceptions/async-operation-exception.php
- Raw: https://pluginprobe.com/plugins/image-optimization/1.0.2/raw/classes/async-operation/exceptions/async-operation-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.0.2/code/classes/async-operation/exceptions/async-operation-exception.php#L10-L20`.

```php
<?php

namespace ImageOptimizer\Classes\Async_Operation\Exceptions;

use Exception;

class Async_Operation_Exception extends Exception {
	protected $message = 'Async operation library is not loaded';
}

```
