1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

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>