From: wolf Date: Thu, 4 Mar 1999 12:20:19 +0000 (+0000) Subject: Add ExcInternalError to the list of predefined exceptions. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e81639e3704d3e4a2cf2d412143e1be51bd9c4cb;p=dealii-svn.git Add ExcInternalError to the list of predefined exceptions. git-svn-id: https://svn.dealii.org/trunk@944 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 ---------------------------*/