File "ServeFailedException.php"

Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Serve/Exceptions/ServeFailedException.php
File size: 202 bytes
MIME-type: text/x-php
Charset: utf-8

 
Open Back
<?php

namespace WebPConvert\Serve\Exceptions;

use WebPConvert\Exceptions\WebPConvertException;

class ServeFailedException extends WebPConvertException
{
    public $description = 'Failed serving';
}