mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 09:06:20 +02:00
5 lines
111 B
C#
5 lines
111 B
C#
namespace RemoteExec.Client;
|
|
|
|
public class RemoteExecutionException(string message) : Exception(message)
|
|
{
|
|
} |