DGtal 1.4.0
Loading...
Searching...
No Matches
DGtal::InputException Class Reference

#include <DGtal/base/Exceptions.h>

Inheritance diagram for DGtal::InputException:
[legend]

Public Member Functions

virtual const char * what () const noexcept
 

Detailed Description

Member Function Documentation

◆ what()

virtual const char * DGtal::InputException::what ( ) const
inlinevirtualnoexcept

Definition at line 66 of file Exceptions.h.

67 {
68 return "DGtal bad input error";
69 }

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