DUNE PDELab (git)

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
9
15namespace Dune {
16 namespace TypeTree {
17
20 : public Dune::Exception
21 {};
22
23 } // namespace TypeTree
24} // namespace Dune
25
26#endif // DUNE_TYPETREE_EXCEPTIONS_HH
Base class for Dune-Exceptions.
Definition: exceptions.hh:96
Base class for all TypeTree exceptions.
Definition: exceptions.hh:21
A few common exception classes.
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)