Function mir::fatal_error_except¶
Defined in File fatal.h
Function Documentation¶
-
void mir::fatal_error_except(char const *reason, ...)¶
Throws an exception that will typically kill the Mir server and propagate from mir::run_mir.
- Parameters:
reason – [in] A printf-style format string.