* * @internal */ final class Vp8xAbsentChunk extends RuntimeException implements WebpExifException { public function __construct(string $fourCC) { parent::__construct("The VP8X header indicates the presence of one or more `{$fourCC}` chunks but none are present"); } }