mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-12-16 19:17:30 +00:00
Update SearchResult.cs
This commit is contained in:
parent
0b1cf9086c
commit
91a5d50bde
@ -21,7 +21,7 @@ namespace CryptoExchange.Net.Converters.MessageParsing.DynamicConverters
|
||||
return item.Value;
|
||||
}
|
||||
|
||||
throw new Exception(""); // TODO
|
||||
throw new Exception($"No field value found for {searchName}");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user