![]() |
Vireo
0.0
Vireo 3D Rendering Hardware Interface
|
Exception type thrown by the RHI for unrecoverable errors. In debug builds with a debugger attached it also triggers a breakpoint.
Inheritance diagram for Exception:Public Member Functions | |
| template<typename... Args> | |
| Exception (Args...args) | |
| const char * | what () const noexcept override |
|
inline |
Constructs an exception by concatenating all arguments into a single message string.
| Args | Variadic argument types — any type supported by operator<< on std::ostringstream. |
|
inlineoverridenoexcept |
Returns the formatted error message.