mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
Branch for IW4X practically everything refactored
This commit is contained in:
15
SharedLibrary/Exceptions/CommandException.cs
Normal file
15
SharedLibrary/Exceptions/CommandException.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SharedLibrary.Exceptions
|
||||
{
|
||||
public class CommandException : ServerException
|
||||
{
|
||||
public CommandException(string msg) : base(msg) { }
|
||||
// .data contains
|
||||
// "command_name"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user