$extrastylesheet
#include <libmesh_exceptions.h>
Public Member Functions | |
| NotImplemented () | |
A class to stub for features that should be in libMesh, but haven't been written yet, to be thrown by "libmesh_not_implemented();"
Definition at line 47 of file libmesh_exceptions.h.
| libMesh::NotImplemented::NotImplemented | ( | ) | [inline] |
Definition at line 50 of file libmesh_exceptions.h.
: std::logic_error( "Error: not implemented!" ) {}