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

#include <DGtal/base/Exceptions.h>

Inheritance diagram for DGtal::IOException:

Private Member Functions

virtual const char * what () const noexcept
 

Detailed Description

IOException derived class.

Definition at line 52 of file Exceptions.h.

Member Function Documentation

◆ what()

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

Definition at line 54 of file Exceptions.h.

55 {
56 return "DGtal IO error";
57 }

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