1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-03 21:07:07 +01:00

Improve error handling.

This commit is contained in:
hacksalot
2016-01-20 19:59:36 -05:00
parent 57787f1bc7
commit f77cced7f3
5 changed files with 88 additions and 42 deletions

View File

@ -26,7 +26,9 @@ Status codes for HackMyResume.
fileSaveError: 16,
generateError: 17,
invalidHelperUse: 18,
mixedMerge: 19
mixedMerge: 19,
invokeTemplate: 20,
compileTemplate: 21
};
}());