6#include <deal.II/base/exceptions.h>
10#include <prismspf/config.h>
22# define AssertThrowDebug(cond, exc) AssertThrow(cond, exc);
24# define AssertThrowDebug(cond, exc)
36 FeatureNotImplemented,
38 <<
"The following feature has yet to be implemented in PRISMS-PF:\n " << arg1
39 <<
"\nCheck the issues section of PRISMS-PF's github to see if this feature is under "
40 "development. Additionally, please considering provided a patch to PRISMS-PF if you "
41 "feel that feature is worthwhile for yourself and others.");
56 <<
"Attempted access of the variable with index " << arg1
57 <<
" and dependency type " << arg2
58 <<
" that was not marked as needed. Please check CustomAttributeLoader.");
62PRISMS_PF_END_NAMESPACE
DeclExceptionMsg(UnreachableCode, "This code should not have been reached.")
DeclException2(DependencyNotFound, Types::Index, std::string,<< "Attempted access of the variable with index "<< arg1<< " and dependency type "<< arg2<< " that was not marked as needed. Please check CustomAttributeLoader.")
DeclException1(FeatureNotImplemented, std::string,<< "The following feature has yet to be implemented in PRISMS-PF:\n "<< arg1<< "\nCheck the issues section of PRISMS-PF's github to see if this feature is under " "development. Additionally, please considering provided a patch to PRISMS-PF if you " "feel that feature is worthwhile for yourself and others.")
Definition conditional_ostreams.cc:20
unsigned int Index
Type for field indices.
Definition types.h:19