#pragma once#ifndef CRU_PLATFORM_OSX#error "This file can only be included on osx."#endif#include"../Exception.h"namespacecru::platform::osx{classOsxException:publicPlatformException{public:usingPlatformException::PlatformException;};}// namespace cru::platform::osx