Standardize exception messages

pull/1175/head
Tyrrrz 5 months ago
parent b3a1cbf635
commit 5f343a46d1

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

Loading…
Cancel
Save