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

[exceptions] add operator_error, darcy_operator_error

parent 6ffe0ad9
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,15 @@ namespace GDT {
namespace Exceptions {
class prolongation_error : public Dune::Exception
class operator_error : public Dune::Exception
{
};
class prolongation_error : operator_error
{
};
class darcy_operator_error : public operator_error
{
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment