class ngraph::unsupported_op

#include <except.hpp>

class unsupported_op: public std::runtime_error
{
public:
    // construction

    unsupported_op(const std::string& what_arg);
};