JSON RPC
JSON-RPC 2.0 library for C++
src
exception.cpp
Go to the documentation of this file.
1
/**
2
* @file
3
* @brief Implementation of the JSON RPC exception class.
4
*
5
* This file contains the implementation of destructor for the exception classes.
6
* The destructors are defined here to avoid vtables in every translation unit that includes the header.
7
*/
8
9
#
include
"exception.h"
10
11
wwa::
json_rpc
::
exception
::~
exception
() =
default
;
12
wwa::
json_rpc
::
method_not_found_exception
::~
method_not_found_exception
() =
default
;
wwa::json_rpc::exception
JSON RPC Exception class.
Definition
exception.h:86
wwa::json_rpc::exception::~exception
~exception() override
Default destructor.
wwa::json_rpc::method_not_found_exception
Exception thrown when the method is not found.
Definition
exception.h:238
wwa::json_rpc::method_not_found_exception::~method_not_found_exception
~method_not_found_exception() override
Default destructor.
wwa
Definition
dispatcher.cpp:12
Generated by
1.13.2