mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Use a custom channel not found exception.
This commit is contained in:
@ -84,7 +84,7 @@ namespace osu.Game.Graphics.Containers
|
||||
{
|
||||
channelManager.OpenChannel(linkArgument);
|
||||
}
|
||||
catch (ArgumentException)
|
||||
catch (ChannelNotFoundException)
|
||||
{
|
||||
//channel was not found
|
||||
}
|
||||
|
Reference in New Issue
Block a user