Terraria.ModLoader.ErrorLogger.LogModBrowserException C# (CSharp) Method

LogModBrowserException() static private method

static private LogModBrowserException ( Exception e ) : void
e System.Exception
return void
		internal static void LogModBrowserException(Exception e) => LogException(e, "The game has crashed accessing Web Resources!");