fixed logic flow bug in Task execution, cleaned up exceptions, improved exception verbosity, and added a logic tree for task execution flow

This commit is contained in:
Phanes
2017-12-04 23:25:48 -05:00
parent e8889c3088
commit 14d526d95c
6 changed files with 244 additions and 69 deletions

View File

@@ -27,8 +27,6 @@
#include "Unit.h"
class Suite: public JSON_Loader
{
protected: