Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

19 lines
495 B
C#

using System;
using Cpp2IlInjected;
namespace BestHTTP.Extensions
{
// Token: 0x02002072 RID: 8306
[Token(Token = "0x2002072")]
public static class ExceptionHelper
{
// Token: 0x0600D0A3 RID: 53411 RVA: 0x002F65FC File Offset: 0x002F47FC
[Token(Token = "0x600D0A3")]
[Address(RVA = "0x2A6E410", Offset = "0x2A6D410", VA = "0x182A6E410")]
public static Exception ServerClosedTCPStream()
{
return new Exception("TCP Stream closed unexpectedly by the remote server");
}
}
}