diff options
| author | 2015-07-08 08:13:43 +0200 | |
|---|---|---|
| committer | 2015-07-08 08:13:43 +0200 | |
| commit | 775897c44bb8ff27733598dfad9733afb98143d0 (patch) | |
| tree | e6ce11b76ab608207c9854e3838e18e1fbd1fd65 /node/executionnode.h | |
| parent | 88e5130bd86992819a036ef982733b5ee344d656 (diff) | |
| download | OneRoll-775897c44bb8ff27733598dfad9733afb98143d0.tar.gz OneRoll-775897c44bb8ff27733598dfad9733afb98143d0.zip | |
add error of type: nothing understood
Diffstat (limited to 'node/executionnode.h')
| -rw-r--r-- | node/executionnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/executionnode.h b/node/executionnode.h index 834b062..39d714b 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -9,7 +9,7 @@ class ExecutionNode { public: - enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO}; + enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO,NOTHING_UNDERSTOOD}; /** * @brief ExecutionNode */ |