dune-istl  2.2.0
istlexception.hh
Go to the documentation of this file.
1 #ifndef DUNE_ISTLEXC_HH
2 #define DUNE_ISTLEXC_HH
3 
4 #include <dune/common/exceptions.hh>
5 
6 namespace Dune {
7 
13 
14  class ISTLError : public Dune::MathError {};
15 
18 } // end namespace
19 
20 #endif