mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +00:00
Use InvalidOperationException
This commit is contained in:
parent
d385c35955
commit
2379b665e3
@ -52,7 +52,7 @@ namespace osu.Game.Tests.Visual
|
||||
get
|
||||
{
|
||||
if (UseOnlineAPI)
|
||||
throw new Exception($"Using the {nameof(OsuTestScene)} dummy API is not supported when {nameof(UseOnlineAPI)} is true");
|
||||
throw new InvalidOperationException($"Using the {nameof(OsuTestScene)} dummy API is not supported when {nameof(UseOnlineAPI)} is true");
|
||||
|
||||
return dummyAPI;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user