Skip to content
Snippets Groups Projects
Commit 732a369b authored by Peter Bastian's avatar Peter Bastian
Browse files

A new exception class for ISTL errors

[[Imported from SVN: r772]]
parent ccf26b4b
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment