File "OptionNotFoundException.php"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Options/Exceptions/OptionNotFoundException.php
File size: 193 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WebPConvert\Options\Exceptions;
use WebPConvert\Exceptions\WebPConvertException;
class OptionNotFoundException extends WebPConvertException
{
public $description = '';
}