1#ifndef TENDUKE_JSON_JSONEXCEPTION_H 
    2#define TENDUKE_JSON_JSONEXCEPTION_H 
    4#include "TendukeException.h" 
JSONException(const std::string &message)
Constructs new instance.
Definition JSONException.h:18
 
Base class for exceptions thrown by 10Duke C++ clients.
Definition TendukeException.h:13
 
TendukeException(const std::string &message)
Constructs new instance.
Definition TendukeException.h:19
 
JSONException(const std::string &message)
Constructs new instance.
Definition JSONException.h:18
 
JSON support.
Definition JSONArray.h:10
 
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4