mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
Initial .net 6 upgrades
This commit is contained in:
@ -4,8 +4,10 @@ namespace SharedLibraryCore.Exceptions
|
||||
{
|
||||
public class PluginException : Exception
|
||||
{
|
||||
public PluginException(string message) : base(message) { }
|
||||
public PluginException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
|
||||
public string PluginFile { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user