aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ProfilingConnectionFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/ProfilingConnectionFactory.cpp')
-rw-r--r--src/profiling/ProfilingConnectionFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiling/ProfilingConnectionFactory.cpp b/src/profiling/ProfilingConnectionFactory.cpp
index 93ecff2e99..0b34a02ae2 100644
--- a/src/profiling/ProfilingConnectionFactory.cpp
+++ b/src/profiling/ProfilingConnectionFactory.cpp
@@ -21,7 +21,7 @@ std::unique_ptr<IProfilingConnection> ProfilingConnectionFactory::GetProfilingCo
// Before proceed to create the IProfilingConnection, check if the file format is supported
if (!(options.m_FileFormat == "binary"))
{
- throw armnn::UnimplementedException("Unsupported profiling file format, only binary is supported");
+ throw arm::pipe::UnimplementedException("Unsupported profiling file format, only binary is supported");
}
// We can create 3 different types of IProfilingConnection.