This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.Extensions
{
// Token: 0x02001F92 RID: 8082
[Token(Token = "0x2001F92")]
public static class ExceptionHelper
{
// Token: 0x0600CCD5 RID: 52437 RVA: 0x002EDEA4 File Offset: 0x002EC0A4
[Token(Token = "0x600CCD5")]
[Address(RVA = "0x17127F0", Offset = "0x17115F0", VA = "0x1817127F0")]
public static Exception ServerClosedTCPStream()
{
return new Exception("TCP Stream closed unexpectedly by the remote server");
}
}
}