aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/JSON/src/JSONException.cpp
blob: a3ec4f7588d681b380f6c609ef30c7996c0d1b51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// 
// JSONException.cpp 
// 
// Library: JSON 
// Package: JSON 
// Module:  JSONException 
// 
// Copyright (c) 2012, Applied Informatics Software Engineering GmbH. 
// and Contributors. 
// 
// SPDX-License-Identifier:	BSL-1.0 
// 
 
 
#include "Poco/JSON/JSONException.h" 
#include <typeinfo> 
 
 
namespace Poco { 
namespace JSON { 
 
 
POCO_IMPLEMENT_EXCEPTION(JSONException, Exception, "JSON Exception") 
 
 
} } // namespace Poco::JSON