|
dot-xx
A personal collection of small C++ modules
|
Additional Inherited Members | |
| Public Member Functions inherited from dxx::http::ServerError | |
| template<typename... Args> | |
| constexpr | Error (std::format_string< Args... > fmt, Args &&... args) |
| Regular constructor. | |
| template<typename... Args> | |
| constexpr | Error (Errno, std::format_string< Args... > fmt, Args &&... args) |
| Automatically adds errno info to the message. | |
| Public Member Functions inherited from dxx::errors::Error | |
| template<typename... Args> | |
| constexpr | Error (std::format_string< Args... > fmt, Args &&... args) |
| Regular constructor. | |
| template<typename... Args> | |
| constexpr | Error (Errno, std::format_string< Args... > fmt, Args &&... args) |
| Automatically adds errno info to the message. | |