Skip to content
Snippets Groups Projects
Commit 0b3affb6 authored by Felix Schindler's avatar Felix Schindler
Browse files

[common.exceptions] added external_error

parent 1ccc5085
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,10 @@ class internal_error : public Dune::Exception
{
};
class external_error : public Dune::Exception
{
};
class linear_solver_failed : public Dune::Exception
{
};
......
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