dune-grid  2.2.1
dgfexception.hh
Go to the documentation of this file.
1 #ifndef DUNE_GRID_DGFEXCEPTION_HH
2 #define DUNE_GRID_DGFEXCEPTION_HH
3 
4 #include <dune/common/exceptions.hh>
5 
6 namespace Dune
7 {
8 
11  : public IOError
12  {};
13 
14 }
15 
16 #endif