Go to the documentation of this file.00001 #ifndef DUNE_ISTLEXC_HH
00002 #define DUNE_ISTLEXC_HH
00003
00004 #include <dune/common/exceptions.hh>
00005
00006 namespace Dune {
00007
00013
00014 class ISTLError : public Dune::MathError {};
00015
00018 }
00019
00020 #endif