dune-grid
2.2.0
|
00001 #ifndef DUNE_GRID_EXCEPTIONS_HH 00002 #define DUNE_GRID_EXCEPTIONS_HH 00003 00004 #include <dune/common/exceptions.hh> 00005 00006 namespace Dune 00007 { 00008 00009 // GridError 00010 // --------- 00011 00014 class GridError 00015 : public Exception 00016 {}; 00017 00018 } 00019 00020 #endif // #ifndef DUNE_GRID_EXCEPTIONS_HH