refactor logging in pretty big overhaul
This commit is contained in:
11
SharedLibraryCore/Exceptions/RConException.cs
Normal file
11
SharedLibraryCore/Exceptions/RConException.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace SharedLibraryCore.Exceptions
|
||||
{
|
||||
public class RConException : Exception
|
||||
{
|
||||
public RConException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user