From 73044013ab7d882150f32c959635eecbb5e8e17d Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 18 Aug 2025 17:49:31 +0800 Subject: Move platform exception. --- include/cru/base/platform/Exception.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 include/cru/base/platform/Exception.h (limited to 'include/cru/base/platform') diff --git a/include/cru/base/platform/Exception.h b/include/cru/base/platform/Exception.h deleted file mode 100644 index 74dd6ad4..00000000 --- a/include/cru/base/platform/Exception.h +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once -#include "../Base.h" -#include "../Exception.h" - -namespace cru::platform { -class CRU_BASE_API PlatformException : public Exception { - public: - using Exception::Exception; // inherit constructors - - CRU_DEFAULT_DESTRUCTOR(PlatformException) -}; -} // namespace cru::platform -- cgit v1.2.3