Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ExceptionCheck.cs
Go to the documentation of this file.
1namespace System.Net;
2
3internal static class ExceptionCheck
4{
5 internal static bool IsFatal(Exception exception)
6 {
8 }
9}
static bool IsFatal(Exception exception)