class ngraph::pass::low_precision::Exception

#include <ie_lpt_exception.hpp>

class Exception: public std::exception
{
public:
    // methods

    template <>
    Exception&const T& operator << ();

    const char \* what() const;
};

// direct descendants

class InferenceEngineLptException;