mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
Don't break on Throw
This commit is contained in:
@@ -31,10 +31,8 @@ extern void breakPoint ();
|
||||
};
|
||||
|
||||
template <class Exception>
|
||||
inline void Throw (Exception const& e, char const* = "", int = 0)
|
||||
void Throw (Exception const& e, char const* = "", int = 0)
|
||||
{
|
||||
Debug::breakPoint ();
|
||||
|
||||
throw e;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user