class ov::NotImplemented

Exception class to be thrown on not implemented code.

#include <except.hpp>

class NotImplemented: public ov::AssertFailure
{
public:
    // construction

    NotImplemented(
        const CheckLocInfo& check_loc_info,
        const std::string& context_info,
        const std::string& explanation
        );
};