cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
method_exception.h File Reference

Definition of MethodException class. More...

#include <exception>
#include <memory>
#include <type_traits>
#include <utility>
#include <msgpack.hpp>
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
Include dependency graph for method_exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_rpc::methods::MethodException
 Class of exceptions in methods. More...

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::methods
 Namespace of methods in MessagePack-RPC.

Detailed Description

Definition of MethodException class.

Definition in file method_exception.h.