#include "commandexecutor.h" namespace mshconsole { CommandExecutor::CommandExecutor() {} void CommandExecutor::exit(int code){ throw CommandExecutor::ExitException(code); } }