JSON RPC
JSON-RPC 2.0 library for C++
|
Implementation of the JSON RPC exception class. More...
#include "exception.h"
Go to the source code of this file.
Implementation of the JSON RPC exception class.
This file contains the implementation of the destructor for the exception
class. The destructor is defined here to avoid vtables in every translation unit that includes the header.
Definition in file exception.cpp.