Clio develop
The XRP Ledger API server.
|
Account not found error. More...
#include <Errors.hpp>
Public Member Functions | |
AccountNotFoundError (std::string acct) | |
Construct a new Account Not Found Error object. | |
char const * | what () const override throw () |
Get the error message as a C string. | |
Account not found error.
|
inlineexplicit |
Construct a new Account Not Found Error object.
acct | The account |
|
inlineoverride |
Get the error message as a C string.