$extrastylesheet
#include <libmesh_exceptions.h>
Public Member Functions | |
| LogicError () | |
A class to represent the internal "this should never happen" errors, to be thrown by "libmesh_error();"
Definition at line 35 of file libmesh_exceptions.h.
| libMesh::LogicError::LogicError | ( | ) | [inline] |
Definition at line 38 of file libmesh_exceptions.h.
: std::logic_error( "Error in libMesh internal logic" ) {}