mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 00:56:17 +02:00
6 lines
118 B
C#
6 lines
118 B
C#
namespace RemoteExec.Client.Exceptions;
|
|
|
|
public class MaxRetriesException(string message) : Exception(message)
|
|
{
|
|
}
|