]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/client.h
Adjust exception classes and messages
[libs/net.git] / source / http / client.h
index d617ffed6c06e023daff3fe0e2ca2c20ef2e1c1c..e0b9b64f097b62c563480e0f879b2985cb5523c2 100644 (file)
 namespace Msp {
 namespace Http {
 
-class client_busy: public std::logic_error
-{
-public:
-       client_busy(): std::logic_error(std::string()) { }
-};
-
 class Request;
 class Response;