![]() |
Webdar 1.0.0
Web user interface to libdar
|
exception used to report an request error from the http client More...
#include <exceptions.hpp>


Public Member Functions | |
| exception_input (const std::string &msg, unsigned int error_code) | |
| unsigned int | get_error_code () const |
Public Member Functions inherited from exception_base | |
| 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 |
Protected Member Functions | |
| virtual exception_base * | clone () const override |
exception used to report an request error from the http client
|
inlineoverrideprotectedvirtual |
Implements exception_base.