27 #ifndef OPM_MATERIAL_EXCEPTIONS_HPP
28 #define OPM_MATERIAL_EXCEPTIONS_HPP
31 #include <opm/common/Exceptions.hpp>
34 #include <dune/common/exceptions.hh>
42 :
public NumericalProblem
44 :
public std::runtime_error
50 : NumericalProblem(message)
52 : std::runtime_error(message)
Definition: Exceptions.hpp:46