summaryrefslogtreecommitdiff
path: root/src/utilities/clblast_exceptions.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-11-15 22:44:44 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-11-15 22:44:44 +0100
commitb337bffbaf1df049ffc606e3683bfcdfc951c394 (patch)
treea03caa96889f0b7200fe7bbcad96143283c9b375 /src/utilities/clblast_exceptions.hpp
parent03ebf14b97707f425519f46c3bb514f8ef5c93ad (diff)
Added exception handle with catch-all
Diffstat (limited to 'src/utilities/clblast_exceptions.hpp')
-rw-r--r--src/utilities/clblast_exceptions.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utilities/clblast_exceptions.hpp b/src/utilities/clblast_exceptions.hpp
index 5f2edbae..9bd38187 100644
--- a/src/utilities/clblast_exceptions.hpp
+++ b/src/utilities/clblast_exceptions.hpp
@@ -38,6 +38,7 @@ class RuntimeErrorCode : public ErrorCode<RuntimeError, StatusCode> {
// Handles (most of the) runtime exceptions and converts them to StatusCode
StatusCode DispatchException(const bool silent = false);
+StatusCode DispatchExceptionCatchAll(const bool silent = false);
// Handles remaining exceptions and converts them to StatusCode::kUnhandledError
StatusCode DispatchExceptionForC();