Use another argument exception

This commit is contained in:
smoogipoo 2020-04-15 13:08:15 +09:00
parent d47e414fb1
commit e534d59c80

View File

@ -117,7 +117,7 @@ namespace osu.Game.Rulesets.Mania.Replays
} }
} }
throw new InvalidOperationException("Special key index too high"); throw new ArgumentException("Special key index is too high.", nameof(specialOffset));
} }
/// <summary> /// <summary>