]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/client.h
One more exception change
[libs/net.git] / source / http / client.h
index ee10f8c1cb5a0e389d860c6b9c59ee6a45aeb9a4..c8b154c728f56627c96454b42de767835f602246 100644 (file)
@@ -9,6 +9,13 @@
 namespace Msp {
 namespace Http {
 
+class client_busy: public std::logic_error
+{
+public:
+       client_busy(): std::logic_error(std::string()) { }
+       virtual ~client_busy() throw() { }
+};
+
 class Request;
 class Response;