From e28df6f90268c7a0b8be27e405d1e3fe96079243 Mon Sep 17 00:00:00 2001
From: Francois Bleibel <fbleibel@gmail.com>
Date: Mon, 26 Jul 2010 14:13:01 +0900
Subject: [PATCH] Added support for TOOLS exceptions

---
 include/dynamic-graph/exception-abstract.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dynamic-graph/exception-abstract.h b/include/dynamic-graph/exception-abstract.h
index b7e04ef..ea8f30f 100644
--- a/include/dynamic-graph/exception-abstract.h
+++ b/include/dynamic-graph/exception-abstract.h
@@ -54,6 +54,7 @@ class DYNAMICGRAPH_EXPORT ExceptionAbstract : public std::exception
       ,SIGNAL = 100
       ,FACTORY = 200
       ,TRACES = 300
+      ,TOOLS = 700
     };
 
   static const std::string EXCEPTION_NAME;
-- 
GitLab