BaseTCPServer v1.16.1
Base class for TCP server
Loading...
Searching...
No Matches
WebServerException.h File Reference
#include <string>
#include <stdexcept>

Go to the source code of this file.

Classes

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

Namespaces

namespace  web
 
namespace  web::exceptions
 

Macros

#define THROW_WEB_SERVER_EXCEPTION   { throw web::exceptions::WebServerException(__LINE__, __FILE__); }
 

Macro Definition Documentation

◆ THROW_WEB_SERVER_EXCEPTION

#define THROW_WEB_SERVER_EXCEPTION   { throw web::exceptions::WebServerException(__LINE__, __FILE__); }