This commit is contained in:
Andre Wagner
2026-04-30 13:33:37 -05:00
parent 990128f41d
commit bf0159c551
23 changed files with 33 additions and 30 deletions

View File

@@ -6,7 +6,7 @@
#include "expr.hh"
namespace tyche {
namespace tyche::vm {
class VMRuntimeError : public std::runtime_error
{