? #include <stdexcept>
#include <exception>
#ifndef __linux__
? ? ? ? ? ? ? ? throw std::exception("Please? the authorization lock to open exception"); ? ? ?
#else
? ? ? ? ? ? ? ? std::logic_error ex("Please? ?the authorization lock to open exception");
? ? ? ? ? ? ? ? throw std::exception(ex);
#endif