dune-grid  2.2.1
exceptions.hh
Go to the documentation of this file.
1 #ifndef DUNE_GRID_EXCEPTIONS_HH
2 #define DUNE_GRID_EXCEPTIONS_HH
3 
4 #include <dune/common/exceptions.hh>
5 
6 namespace Dune
7 {
8 
9  // GridError
10  // ---------
11 
14  class GridError
15  : public Exception
16  {};
17 
18 }
19 
20 #endif // #ifndef DUNE_GRID_EXCEPTIONS_HH