aboutsummaryrefslogtreecommitdiff
path: root/profiling/common/include/ProfilingException.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'profiling/common/include/ProfilingException.hpp')
-rw-r--r--profiling/common/include/ProfilingException.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiling/common/include/ProfilingException.hpp b/profiling/common/include/ProfilingException.hpp
index 82b724aaa0..135798817a 100644
--- a/profiling/common/include/ProfilingException.hpp
+++ b/profiling/common/include/ProfilingException.hpp
@@ -70,6 +70,11 @@ public:
using ProfilingException::ProfilingException;
};
+class BadOptionalAccessException : public ProfilingException
+{
+ using ProfilingException::ProfilingException;
+};
+
class BufferExhaustion : public ProfilingException
{
public: