JSON RPC
JSON-RPC 2.0 library for C++
exception.cpp File Reference

Implementation of the JSON RPC exception class. More...

#include "exception.h"
+ Include dependency graph for exception.cpp:

Go to the source code of this file.

Detailed Description

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.