mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +00:00
Misc
This commit is contained in:
@@ -75,7 +75,6 @@ public sealed class ASFResponse {
|
||||
internal ASFResponse(string buildVariant, bool canUpdate, GlobalConfig globalConfig, uint memoryUsage, DateTime processStartTime, Version version) {
|
||||
ArgumentException.ThrowIfNullOrEmpty(buildVariant);
|
||||
ArgumentNullException.ThrowIfNull(globalConfig);
|
||||
ArgumentOutOfRangeException.ThrowIfZero(memoryUsage);
|
||||
ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(processStartTime, DateTime.UnixEpoch);
|
||||
ArgumentNullException.ThrowIfNull(version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user