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/osx/Exception.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/cru/common/platform/osx/Exception.h (limited to 'include/cru/common/platform/osx/Exception.h') diff --git a/include/cru/common/platform/osx/Exception.h b/include/cru/common/platform/osx/Exception.h new file mode 100644 index 00000000..53e874e9 --- /dev/null +++ b/include/cru/common/platform/osx/Exception.h @@ -0,0 +1,14 @@ +#pragma once +#include "../../PreConfig.h" +#ifdef CRU_PLATFORM_OSX + +#include "../Exception.h" + +namespace cru::platform::osx { +class OsxException : public PlatformException { + public: + using PlatformException::PlatformException; +}; +} // namespace cru::platform::osx + +#endif -- cgit v1.2.3