Limo
A simple mod manager
Loading...
Searching...
No Matches
ParseError Class Reference

Exception indicating an error while parsing a JSON file. More...

#include <parseerror.h>

Inheritance diagram for ParseError:
Collaboration diagram for ParseError:

Public Member Functions

 ParseError (const char *message)
 Constructor.
 
 ParseError (const std::string &message)
 Constructor.
 

Detailed Description

Exception indicating an error while parsing a JSON file.

Constructor & Destructor Documentation

◆ ParseError() [1/2]

ParseError::ParseError ( const char * message)
inline

Constructor.

Parameters
messageMessage for the exception.

◆ ParseError() [2/2]

ParseError::ParseError ( const std::string & message)
inline

Constructor.

Parameters
messageMessage for the exception.

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