13 std::string_view file;
27 const char*
what() const noexcept override;
33 std::string_view
getFile() const noexcept;
39#define THROW_WEB_SERVER_EXCEPTION { throw web::exceptions::WebServerException(__LINE__, __FILE__); }
Network exception.
Definition WebServerException.h:10
WebServerException(const exceptions::WebServerException &other)=default
const char * what() const noexcept override
Definition WebServerException.cpp:302
std::string_view getFile() const noexcept
Definition WebServerException.cpp:317
WebServerException(WebServerException &&other) noexcept=default
int getErrorCode() const noexcept
Definition WebServerException.cpp:307
int getLine() const noexcept
Definition WebServerException.cpp:312
Definition WebServerException.cpp:13