mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Work toward ripple_path_find.
This commit is contained in:
@@ -92,8 +92,12 @@ bool STAmount::bSetJson(const Json::Value& jvSource)
|
||||
|
||||
return true;
|
||||
}
|
||||
catch (...)
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
cLog(lsINFO)
|
||||
<< boost::str(boost::format("bSetJson(): caught: %s")
|
||||
% e.what());
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user