exceptions BE GONE

pull/708/head
Michael 5 years ago
parent afdef6eb52
commit 5fdd68fa44
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -132,7 +132,8 @@ namespace llarp
return m_crypto;
}
throw std::logic_error("Cryptomanager::instance() was undefined");
assert(false && "Cryptomanager::instance() was undefined");
abort();
}
};

Loading…
Cancel
Save