mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 07:07:18 +09:00
Use another argument exception
This commit is contained in:
parent
d47e414fb1
commit
e534d59c80
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user