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

Definition of MsgpackRPCException class. More...

#include <stdexcept>
#include <string_view>
#include "msgpack_rpc/common/status.h"
#include "msgpack_rpc/common/status_code.h"
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
Include dependency graph for msgpack_rpc_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::common::MsgpackRPCException
 Class of exceptions in cpp-msgpack-rpc library. More...

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::common
 Namespace of common classes and functions.

Detailed Description

Definition of MsgpackRPCException class.

Definition in file msgpack_rpc_exception.h.