~mordred/poco/trunk

« back to all changes in this revision

Viewing changes to JSON/include/Poco/JSON/JSONException.h

  • Committer: obiltschnig
  • Date: 2012-10-15 12:27:56 UTC
  • Revision ID: svn-v4:2a677a2e-670e-0410-a84f-bb5fa6b31f96:poco/trunk:2154
code cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
// DEALINGS IN THE SOFTWARE.
36
36
//
37
37
 
 
38
 
38
39
#ifndef JSON_JSONException_INCLUDED
39
40
#define JSON_JSONException_INCLUDED
40
41
 
46
47
namespace Poco {
47
48
namespace JSON {
48
49
 
 
50
 
49
51
POCO_DECLARE_EXCEPTION(JSON_API, JSONException, Poco::Exception)
50
52
 
 
53
 
51
54
}} // namespace Poco::JSON
52
55
 
53
56