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 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.