From e81639e3704d3e4a2cf2d412143e1be51bd9c4cb Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 4 Mar 1999 12:20:19 +0000 Subject: [PATCH] Add ExcInternalError to the list of predefined exceptions. git-svn-id: https://svn.dealii.org/trunk@944 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/exceptions.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 3f7a73782a..8d6746d106 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -563,7 +563,9 @@ class Exception5 : public ExceptionBase { \ } -DeclException0(ExcNotImplemented); +DeclException0 (ExcNotImplemented); +DeclException0 (ExcInternalError); + /*---------------------------- exceptions.h ---------------------------*/ -- 2.39.5