MCPcopy Create free account
hub / github.com/LUX-Core/lux / SignalUnknownAlgorithmError

Function SignalUnknownAlgorithmError

src/cryptopp/datatest.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58static void SignalUnknownAlgorithmError(const std::string& algType)
59{
60 OutputTestData(*s_currentTestData);
61 throw Exception(Exception::OTHER_ERROR, "Unknown algorithm " + algType + " during validation test");
62}
63
64static void SignalTestError()
65{

Callers 1

TestDataFileFunction · 0.85

Calls 2

OutputTestDataFunction · 0.85
ExceptionFunction · 0.70

Tested by

no test coverage detected