From 0f52007ab55c45bdf44788f13a2debbc5d362760 Mon Sep 17 00:00:00 2001 From: "Tobias Burdow [Kaleidox]" Date: Wed, 15 Nov 2023 16:43:55 +0100 Subject: [PATCH] Update BigotryFilter.cs --- common/BigotryFilter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/BigotryFilter.cs b/common/BigotryFilter.cs index c81eef1..a196481 100644 --- a/common/BigotryFilter.cs +++ b/common/BigotryFilter.cs @@ -31,7 +31,7 @@ static BigotryFilter() } catch (Exception e) { - Log.Error("Could not obtain pronouns", e); + throw new Exception("Could not obtain pronouns", e); } }