Skip to content
Snippets Groups Projects
Commit 9e379c81 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[exceptions] add space_error

parent bf4abd81
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,10 @@ class restricted_space_error : public space_error
{
};
class mapper_error : public space_error
{
};
} // namespace GDT
} // namespace Dune
......
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