Replace custom exceptions with std::runtime_error

This commit is contained in:
Nik Bougalis
2014-11-21 12:58:54 -08:00
parent c2ac331e78
commit 454ec97d51
10 changed files with 29 additions and 130 deletions

View File

@@ -17,7 +17,6 @@
*/
//==============================================================================
#include <ripple/crypto/CKey.h>
#include <ripple/crypto/ECIES.h>
#include <ripple/crypto/RandomNumbers.h>
#include <openssl/ec.h>