Finish implementation of configuable command permissions
This commit is contained in:
@ -5,6 +5,7 @@ namespace SharedLibraryCore.Exceptions
|
||||
public class ConfigurationException : Exception
|
||||
{
|
||||
public string[] Errors { get; set; }
|
||||
public string ConfigurationFileName { get; set; }
|
||||
|
||||
public ConfigurationException(string message) : base(message) { }
|
||||
}
|
||||
|
Reference in New Issue
Block a user