dot-xx
A personal collection of small C++ modules
|
Exception class that supports construction from a format-like args and automatic errno capture in the message. More...
Public Member Functions | |
template<typename... Args> | |
ServerError (std::format_string< Args... > fmt, Args &&... args) | |
template<typename... Args> | |
ServerError (Errno, std::format_string< Args... > fmt, Args &&... args) |
Exception class that supports construction from a format-like args and automatic errno capture in the message.