DUNE
Distributed and Unified Numerics Environment
Dune TypeTree (2.10)
dune
typetree
exceptions.hh
Go to the documentation of this file.
1
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2
// vi: set et ts=4 sw=2 sts=2:
3
// SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
4
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-GPL-2.0-only-with-PDELab-exception
5
#ifndef DUNE_TYPETREE_EXCEPTIONS_HH
6
#define DUNE_TYPETREE_EXCEPTIONS_HH
7
8
#include <dune/common/exceptions.hh>
9
15
namespace
Dune {
16
namespace
TypeTree {
17
19
class
Exception
20
:
public
Dune::Exception
21
{};
22
23
}
// namespace TypeTree
24
}
// namespace Dune
25
26
#endif
// DUNE_TYPETREE_EXCEPTIONS_HH
Dune::TypeTree::Exception
Base class for all TypeTree exceptions.
Definition:
exceptions.hh:21
|
Legal Statements / Impressum
| Hosted by
TU Dresden
&
Uni Heidelberg
| generated with Hugo v0.111.3 (Sep 4, 22:38, 2025)