|
HikoGUI
A low latency retained GUI
|
#include <ttauri/exception.hpp>
Public Member Functions | |
| template<typename FirstArg , typename... Args> | |
| os_error (std::string_view fmt, FirstArg const &arg1, Args const &...args) noexcept | |
Public Member Functions inherited from std::runtime_error | |
| T | runtime_error (T... args) |
| T | what (T... args) |
Public Member Functions inherited from std::exception | |
| T | what (T... args) |
| T | ~exception (T... args) |
| T | operator= (T... args) |
| T | exception (T... args) |
Exception thrown during an operating system call.
This exception is often thrown due to an error with permission or incorrect given parameters
The what-string should start with a user-friendly error message. Optionally followed between single quotes the operating system error string.