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