From 4833cea9036df428634cf64d8f1c4b54fc5da41f Mon Sep 17 00:00:00 2001 From: FinnWilliamsArm Date: Tue, 17 Sep 2019 16:53:53 +0100 Subject: IVGCVSW-3439 Create the Command Thread Signed-off-by: FinnWilliamsArm Change-Id: I9548c5937967f4c25841bb851273168379687bcd --- include/armnn/Exceptions.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/armnn/Exceptions.hpp b/include/armnn/Exceptions.hpp index f8e0b430a6..e21e974fc7 100644 --- a/include/armnn/Exceptions.hpp +++ b/include/armnn/Exceptions.hpp @@ -125,6 +125,11 @@ class MemoryExportException : public Exception using Exception::Exception; }; +class TimeoutException : public Exception +{ + using Exception::Exception; +}; + template void ConditionalThrow(bool condition, const std::string& message) { -- cgit v1.2.1