From 79b897fe79cdd626055f8fb1a1258f4ba83acd32 Mon Sep 17 00:00:00 2001 From: Martin Killenberg <martin.killenberg@desy.de> Date: Fri, 6 Mar 2020 13:17:58 +0100 Subject: [PATCH] marked exception handling design as technical spec and draft --- doc/exceptionHandlingDesign.dox | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/exceptionHandlingDesign.dox b/doc/exceptionHandlingDesign.dox index 7c1f9824..64c686c3 100644 --- a/doc/exceptionHandlingDesign.dox +++ b/doc/exceptionHandlingDesign.dox @@ -1,7 +1,9 @@ /** -\page exceptionHandlingDesign Exception Handling Design -\section gen_idea General Idea +\page exceptionHandlingDesign Technical specification: Exception Handling Design + +<b>DRAFT VERSION, WRITE-UP IN PROGRESS!</b> +\section gen_idea General Idea Exceptions must be handled by ApplicationCore in a way that the application developer does not have to care much about it. -- GitLab