From 5376efe7e63ef3c848a971ea845a16c7e030d153 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 1 Nov 2024 17:38:33 +0100 Subject: move Exception to backend --- frontend/Exception.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 frontend/Exception.h (limited to 'frontend/Exception.h') diff --git a/frontend/Exception.h b/frontend/Exception.h deleted file mode 100644 index 3bbced2..0000000 --- a/frontend/Exception.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include -#include - -class Exception : public std::exception { -public: - Exception(const char * fmt, ...); - const char * what(); - -protected: - Exception() = default; - std::unique_ptr error; -}; - -- cgit v1.2.3