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

@@ -19,9 +19,9 @@
#include <ripple/basics/Log.h>
#include <ripple/basics/StringUtilities.h>
#include <ripple/crypto/CKey.h>
#include <ripple/crypto/ECDSA.h>
#include <ripple/crypto/ECIES.h>
#include <ripple/crypto/GenerateDeterministicKey.h>
#include <ripple/crypto/RandomNumbers.h>
#include <ripple/crypto/RFC1751.h>
#include <ripple/protocol/RippleAddress.h>