structInterfaceNotSupported:virtualException{public:InterfaceNotSupported(std::string_f):m_f("Interface "+_f+" not supported."){}virtualconstchar*what()constnoexcept{returnm_f.c_str();}private:std::stringm_f;};
structInterfaceNotSupported:virtualException{public:InterfaceNotSupported(std::string_f):m_f("Interface "+_f+" not supported."){}virtualconstchar*what()constnoexcept{returnm_f.c_str();}private:std::stringm_f;};