Fix CA1515
This commit is contained in:
committed by
Gustas Kažukauskas
parent
24c19f64c9
commit
42ac32dace
@@ -18,7 +18,7 @@ namespace OpenRA
|
||||
{
|
||||
using UtilityActions = Dictionary<string, KeyValuePair<Action<Utility, string[]>, Func<string[], bool>>>;
|
||||
|
||||
public class NoSuchCommandException : Exception
|
||||
sealed class NoSuchCommandException : Exception
|
||||
{
|
||||
public readonly string Command;
|
||||
public NoSuchCommandException(string command)
|
||||
|
||||
Reference in New Issue
Block a user