From 5f343a46d12dc2d004b4d4056b54ad8d6bf93365 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:59:47 +0200 Subject: [PATCH] Standardize exception messages --- DiscordChatExporter.Core/Discord/Dump/DataDump.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordChatExporter.Core/Discord/Dump/DataDump.cs b/DiscordChatExporter.Core/Discord/Dump/DataDump.cs index d0605be..be3deb1 100644 --- a/DiscordChatExporter.Core/Discord/Dump/DataDump.cs +++ b/DiscordChatExporter.Core/Discord/Dump/DataDump.cs @@ -46,7 +46,7 @@ public partial class DataDump if (entry is null) { throw new InvalidOperationException( - "Could not find the channel index inside the data package." + "Failed to locate the channel index inside the data package." ); }