From 732a369b6837ce543a685e1d54f1aff68ad1ee36 Mon Sep 17 00:00:00 2001
From: Peter Bastian <peter@dune-project.org>
Date: Thu, 9 Sep 2004 11:24:36 +0000
Subject: [PATCH] A new exception class for ISTL errors

[[Imported from SVN: r772]]
---
 common/exceptions.hh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/common/exceptions.hh b/common/exceptions.hh
index d73f232f1..9db00b3bb 100644
--- a/common/exceptions.hh
+++ b/common/exceptions.hh
@@ -136,7 +136,7 @@ namespace Dune {
    */
   class IOError : public Exception {};
 
-  /*! default exception class for I/O errors
+  /*! default exception class for Mathematical errors
 
      This is the superclass for all errors which are caused by
      mathematical problems like
@@ -146,6 +146,8 @@ namespace Dune {
    */
   class MathError : public Exception {};
 
+  class ISTLError : public Exception {};
+
 } // end namespace
 
 #endif
-- 
GitLab