From 74bb9cd27242b9320f99ff4d2b50c3051576cc14 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 8 Feb 2022 16:53:51 +0800 Subject: ... --- include/cru/common/platform/Exception.hpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 include/cru/common/platform/Exception.hpp (limited to 'include/cru/common/platform/Exception.hpp') diff --git a/include/cru/common/platform/Exception.hpp b/include/cru/common/platform/Exception.hpp deleted file mode 100644 index 0241947b..00000000 --- a/include/cru/common/platform/Exception.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once -#include "../Base.hpp" -#include "../Exception.hpp" - -namespace cru::platform { -class CRU_BASE_API PlatformException : public Exception { - public: - using Exception::Exception; // inherit constructors - - CRU_DEFAULT_COPY(PlatformException) - CRU_DEFAULT_MOVE(PlatformException) - - CRU_DEFAULT_DESTRUCTOR(PlatformException) -}; -} // namespace cru::platform -- cgit v1.2.3