HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
|
#include <hikogui/utility/exception_intf.hpp>
Additional Inherited Members | |
![]() | |
T | runtime_error (T... args) |
T | what (T... args) |
![]() | |
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.