This commit is contained in:
Cinder Roxley
2024-06-30 18:14:07 -05:00
parent fc1d57c6f8
commit 137b87e573
7 changed files with 7 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ namespace OpenMetaverse.TestClient
[Serializable]
public class CommandLineArgumentsException : Exception
{
public CommandLineArgumentsException() : base()
public CommandLineArgumentsException()
{
}