* * @internal */ final class EmptyAnimationFrame extends RuntimeException implements WebpExifException { public function __construct(int $offset) { $offset = \dechex($offset); parent::__construct("The ANMF frame at offset 0x{$offset} contains no chunks"); } }