| 
    inicpp
    
   C++ parser of INI files with schema validation. 
   | 
 
#include <exception.h>
 Inheritance diagram for inicpp::not_implemented_exception:Public Member Functions | |
| not_implemented_exception () | |
| virtual const char * | what () const noexcept | 
Protected Attributes | |
| std::string | what_ | 
Thrown in case of missing function implementation.
Definition at line 175 of file exception.h.
      
  | 
  inline | 
Generic constructor.
Definition at line 181 of file exception.h.
      
  | 
  inlinevirtualnoexceptinherited | 
Return description of this exception instance.
Definition at line 47 of file exception.h.
      
  | 
  protectedinherited | 
Description of exception
Definition at line 19 of file exception.h.