* * @internal */ final class Vp8xWithoutChunks extends RuntimeException implements WebpExifException { public function __construct() { parent::__construct("The file uses the extended WebP format but does not provide any other chunks"); } }