Fix warnings in MapRenderer module (#17865)
This commit is contained in:
@@ -101,7 +101,7 @@ Options:
|
||||
}
|
||||
}
|
||||
|
||||
public class CommandLineArgumentException : Exception
|
||||
public sealed class CommandLineArgumentException : Exception
|
||||
{
|
||||
public CommandLineArgumentException(string? message) : base(message)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user