20 #ifndef MIR_ABNORMAL_EXIT_H_
21 #define MIR_ABNORMAL_EXIT_H_
32 std::runtime_error(what)
Indicates Mir should exit with an error message printed to stderr.
Definition: abnormal_exit.h:29
AbnormalExit(std::string const &what)
Definition: abnormal_exit.h:31
Indicates Mir should exit with the given output (such as help text) printed to stdout.
Definition: abnormal_exit.h:39
ExitWithOutput(std::string const &what)
Definition: abnormal_exit.h:41
Definition: splash_session.h:24