1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 08:47:20 +08:00

Remove redundant constructor

This commit is contained in:
Bartłomiej Dach 2024-04-22 09:31:50 +02:00
parent 9363194f15
commit 5f3241978c
No known key found for this signature in database

View File

@ -9,8 +9,5 @@ namespace osu.Game.Online.Multiplayer
[Serializable]
public class InvalidPasswordException : HubException
{
public InvalidPasswordException()
{
}
}
}