Skip to content
Snippets Groups Projects
Commit f7d1628d authored by Markus Blatt's avatar Markus Blatt
Browse files

Added new exception

[[Imported from SVN: r4768]]
parent 45a4da16
No related branches found
No related tags found
No related merge requests found
......@@ -190,6 +190,11 @@ namespace Dune {
*/
class OutOfMemoryError : public SystemError {};
/*! \brief Default exception if a function was called while
* the object is not in a valid state for that function.
*/
class InvalidStateException : 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