GRASP rci-qed
Public Member Functions | List of all members
cpptoml::parse_exception Class Reference

#include <cpptoml.h>

Inheritance diagram for cpptoml::parse_exception:
Inheritance graph
[legend]
Collaboration diagram for cpptoml::parse_exception:
Collaboration graph
[legend]

Public Member Functions

 parse_exception (const std::string &err)
 
 parse_exception (const std::string &err, std::size_t line_number)
 

Detailed Description

Exception class for all TOML parsing errors.

Constructor & Destructor Documentation

◆ parse_exception() [1/2]

cpptoml::parse_exception::parse_exception ( const std::string &  err)
inline

◆ parse_exception() [2/2]

cpptoml::parse_exception::parse_exception ( const std::string &  err,
std::size_t  line_number 
)
inline

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