dune-fem 2.8.0
Loading...
Searching...
No Matches
space/mapper/exceptions.hh
Go to the documentation of this file.
1#ifndef DUNE_FEM_SPACE_DOFMAPPER_EXCEPTIONS_HH
2#define DUNE_FEM_SPACE_DOFMAPPER_EXCEPTIONS_HH
3
4#include <dune/common/exceptions.hh>
5
6namespace Dune
7{
8
9 namespace Fem
10 {
11
13 : public Dune::Exception
14 {};
15
16 } // namespace Fem
17
18} // namespace Dune
19
20#endif // #ifndef DUNE_FEM_SPACE_DOFMAPPER_EXCEPTIONS_HH
Definition: bindguard.hh:11
Definition: space/mapper/exceptions.hh:14