DGtal 1.3.0
Loading...
Searching...
No Matches
Private Member Functions
DGtal::MemoryException Class Reference

#include <DGtal/base/Exceptions.h>

Inheritance diagram for DGtal::MemoryException:

Private Member Functions

virtual const char * what () const noexcept
 

Detailed Description

MemoryException derived class.

Definition at line 87 of file Exceptions.h.

Member Function Documentation

◆ what()

virtual const char * DGtal::MemoryException::what ( ) const
inlineprivatevirtualnoexcept

Definition at line 89 of file Exceptions.h.

90 {
91 return "DGtal memory error";
92 }

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