* * @internal */ final class MissingMagicByte extends RuntimeException implements WebpExifException { public function __construct(string $fourCC) { parent::__construct("The data for `{$fourCC}` is missing the magic byte"); } }