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 destructor for the exception classes. The destructors are defined here to avoid vtables in every translation unit that includes the header.
Definition in file exception.cpp.