* * @internal */ final class ExpectedKeyFrame extends RuntimeException implements WebpExifException { public function __construct() { parent::__construct("Expected a keyframe to be the first frame"); } }