summaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/JSON/src/JSONException.cpp
diff options
context:
space:
mode:
authorDevtools Arcadia <[email protected]>2022-02-07 18:08:42 +0300
committerDevtools Arcadia <[email protected]>2022-02-07 18:08:42 +0300
commit1110808a9d39d4b808aef724c861a2e1a38d2a69 (patch)
treee26c9fed0de5d9873cce7e00bc214573dc2195b7 /contrib/libs/poco/JSON/src/JSONException.cpp
intermediate changes
ref:cde9a383711a11544ce7e107a78147fb96cc4029
Diffstat (limited to 'contrib/libs/poco/JSON/src/JSONException.cpp')
-rw-r--r--contrib/libs/poco/JSON/src/JSONException.cpp26
1 files changed, 26 insertions, 0 deletions
diff --git a/contrib/libs/poco/JSON/src/JSONException.cpp b/contrib/libs/poco/JSON/src/JSONException.cpp
new file mode 100644
index 00000000000..0ab2a131202
--- /dev/null
+++ b/contrib/libs/poco/JSON/src/JSONException.cpp
@@ -0,0 +1,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