mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Standardise usages of exceptions.
This commit is contained in:
@ -279,7 +279,7 @@ namespace osu.Game.Rulesets.UI
|
||||
protected abstract Playfield<TObject, TJudgement> CreatePlayfield();
|
||||
}
|
||||
|
||||
public class BeatmapInvalidForRulesetException : Exception
|
||||
public class BeatmapInvalidForRulesetException : ArgumentException
|
||||
{
|
||||
public BeatmapInvalidForRulesetException(string text)
|
||||
: base(text)
|
||||
|
Reference in New Issue
Block a user