SocketStreams v1.11.1
Loading...
Searching...
No Matches
WebException.h File Reference
#include <string>
#include <stdexcept>

Go to the source code of this file.

Classes

class  web::exceptions::WebException
 Network exception. More...
 

Namespaces

namespace  web
 
namespace  web::exceptions
 

Macros

#define THROW_WEB_EXCEPTION   { throw web::exceptions::WebException(__LINE__, __FILE__); }
 

Macro Definition Documentation

◆ THROW_WEB_EXCEPTION

#define THROW_WEB_EXCEPTION   { throw web::exceptions::WebException(__LINE__, __FILE__); }