mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-06 09:31:16 -04:00
Standardize exception messages
This commit is contained in:
parent
b3a1cbf635
commit
5f343a46d1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public partial class DataDump
|
||||||
if (entry is null)
|
if (entry is null)
|
||||||
{
|
{
|
||||||
throw new InvalidOperationException(
|
throw new InvalidOperationException(
|
||||||
"Could not find the channel index inside the data package."
|
"Failed to locate the channel index inside the data package."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue