This repository has been archived on 2026-01-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ground-old/src/error/error.h

7 lines
137 B
C
Raw Normal View History

2025-10-13 09:16:28 +11:00
#pragma once
#include "../main.h"
#include <string>
Literal error(std::string in, std::string errCode = "syntaxError", int exitc = 1);