#include <uquitevent.hpp>
Inheritance diagram for ufo::UQuitEvent:
Public Member Functions | |
UQuitEvent () | |
UQuitEvent (const std::string &reason, int errorCode) | |
std::string | getReason () |
int | getErrorCode () |
|
Normal program exit requested. Error code 0. |
|
If there is an abnormal application abort requested, use error code as return an print reason. |