openmole
openmole copied to clipboard
[Core] [GUI] [Enh] Design semantic error in the core and matching display in GUI
Exception are not semantically interpretable in the GUI. A semantic exception system should enable better integration of the error in the GUI. A few example of semantic exception:
- Script syntax error with interpretable line and column
- Runtime error providing witch capsule as raise the error
- ...