xo-interpreter2 stack: work on runtime error representation [WIP]
This commit is contained in:
parent
83156ef2d0
commit
ce5232efd9
18 changed files with 524 additions and 27 deletions
12
xo-object2/include/xo/object2/RuntimeError.hpp
Normal file
12
xo-object2/include/xo/object2/RuntimeError.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @file RuntimeError.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DRuntimeError.hpp"
|
||||
#include "error/IGCObject_DRuntimeError.hpp"
|
||||
#include "error/IPrintable_DRuntimeError.hpp"
|
||||
|
||||
/* end RuntimeError.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue