diff options
Diffstat (limited to 'include/cru/osx/Exception.hpp')
-rw-r--r-- | include/cru/osx/Exception.hpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/cru/osx/Exception.hpp b/include/cru/osx/Exception.hpp index 5d057c65..4123778b 100644 --- a/include/cru/osx/Exception.hpp +++ b/include/cru/osx/Exception.hpp @@ -1,9 +1,2 @@ #pragma once -#include "cru/platform/Exception.hpp" - -namespace cru::platform::osx { -class OsxException : public PlatformException { - public: - using PlatformException::PlatformException; -}; -} // namespace cru::platform::osx +#include "cru/common/platform/osx/Exception.hpp" |