libMesh::NotImplemented Class Reference

#include <libmesh_exceptions.h>

Inheritance diagram for libMesh::NotImplemented:

Public Member Functions

 NotImplemented ()
 

Detailed Description

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 51 of file libmesh_exceptions.h.

Constructor & Destructor Documentation

◆ NotImplemented()

libMesh::NotImplemented::NotImplemented ( )
inline

Definition at line 54 of file libmesh_exceptions.h.

54 : std::logic_error( "Error: not implemented!" ) {}

The documentation for this class was generated from the following file: