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

[common.exceptions] have less top categories

parent b5bb86a0
No related branches found
No related tags found
No related merge requests found
......@@ -61,11 +61,15 @@ class index_out_of_range : public Dune::Exception
{
};
class wrong_input_given : public Dune::Exception
class you_are_using_this_wrongly : public Dune::Exception
{
};
class you_are_using_this_wrongly : public Dune::Exception
class wrong_input_given : public you_are_using_this_wrongly
{
};
class requirements_not_met : public you_are_using_this_wrongly
{
};
......
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