net-cpp
1.1.0
C++11 library for networking purposes
|
AlreadyActive is thrown when *execute is called on an active request. More...
#include <request.h>
Public Member Functions | |
AlreadyActive (const core::Location &loc) | |
AlreadyActive creates a new instance with a location hint. More... | |
![]() | |
Error (const std::string &what, const Location &loc) | |
virtual | ~Error ()=default |
![]() | |
Error (const std::string &what, const Location &el) | |
AlreadyActive is thrown when *execute is called on an active request.
core::net::http::Request::Errors::AlreadyActive::AlreadyActive | ( | const core::Location & | loc | ) |
AlreadyActive creates a new instance with a location hint.
loc | The location that the call originates from. |