25 const std::string& message,
27 : m_Message{other.m_Message}
29 m_Message +=
"\n" + message + location.
AsString();
34 return m_Message.c_str();
38 :
Exception(
"Function not yet implemented")
Base class for all ArmNN exceptions so that users can filter to just those.
virtual const char * what() const noexcept override
Exception(const std::string &message)
Copyright (c) 2021 ARM Limited and Contributors.
std::string AsString() const