File "async-operation-exception.php"
Full Path: /home/adniftyx/public_html/wp-content/plugins/image-optimization/classes/async-operation/exceptions/async-operation-exception.php
File size: 277 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ImageOptimization\Classes\Async_Operation\Exceptions;
use Exception;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
class Async_Operation_Exception extends Exception {
protected $message = 'Async operation library is not loaded';
}