summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/LogParsing/LogParseException.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-09 16:52:57 -0400
committerGitHub <noreply@github.com>2022-04-09 16:52:57 -0400
commit0971a10ea41d3e16228ebdf6e48d6667625067a1 (patch)
tree1f4eb91caff05097dee8fffffcb6a981007ed4c6 /src/SMAPI.Web/Framework/LogParsing/LogParseException.cs
parent288ef5dc0715339a3a0bf89975a6db7ab7408e2b (diff)
parentae7567674d480fbccf25b685d4ddceef01efcdb4 (diff)
downloadSMAPI-0971a10ea41d3e16228ebdf6e48d6667625067a1.tar.gz
SMAPI-0971a10ea41d3e16228ebdf6e48d6667625067a1.tar.bz2
SMAPI-0971a10ea41d3e16228ebdf6e48d6667625067a1.zip
Merge pull request #838 from KhloeLeclair/clientlog
Improve log parser
Diffstat (limited to 'src/SMAPI.Web/Framework/LogParsing/LogParseException.cs')
-rw-r--r--src/SMAPI.Web/Framework/LogParsing/LogParseException.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Framework/LogParsing/LogParseException.cs b/src/SMAPI.Web/Framework/LogParsing/LogParseException.cs
index 4ee58433..3f815e3e 100644
--- a/src/SMAPI.Web/Framework/LogParsing/LogParseException.cs
+++ b/src/SMAPI.Web/Framework/LogParsing/LogParseException.cs
@@ -1,5 +1,3 @@
-#nullable disable
-
using System;
namespace StardewModdingAPI.Web.Framework.LogParsing