File "TargetNotFoundException.php"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Exceptions/InvalidInput/TargetNotFoundException.php
File size: 242 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WebPConvert\Exceptions\InvalidInput;
use WebPConvert\Exceptions\InvalidInputException;
class TargetNotFoundException extends InvalidInputException
{
public $description = 'The converter could not locate source file';
}