![]() |
Webdar 1.0.0
Web user interface to libdar
|
class exception_json More...
#include <jsoner.hpp>
Public Member Functions | |
exception_json (const json::exception &e) | |
exception_json (const std::string &context, const json::exception &e) | |
exception_json (const std::string &s) | |
virtual exception_base * | clone () const override |
![]() | |
exception_base (const std::string &x_msg) | |
const std::string & | get_message () const |
void | change_message (const std::string &x_msg) |
virtual exception_base * | clone () const =0 |
class exception_json
cast exception from nlohmann::json library under the umbrella of our own exception types
|
inlineoverridevirtual |
Implements exception_base.