Standardize exception messages

This commit is contained in:
Tyrrrz 2023-12-25 18:59:47 +02:00
parent b3a1cbf635
commit 5f343a46d1

View file

@ -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."
);
}