class ngraph::pass::low_precision::Exception¶
#include <ie_lpt_exception.hpp>
class Exception: public std::exception
{
public:
// methods
template <typename T>
Exception& operator << (const T& x);
const char \* what() const;
};
// direct descendants
class InferenceEngineLptException;