* * @internal */ final class UnsupportedVersion extends RuntimeException implements WebpExifException { public function __construct(string $fourCC, int $found, int $expected) { parent::__construct("Expected version `{$expected}` for `{$fourCC}` but found `{$found}`"); } }