mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
9 lines
183 B
C#
9 lines
183 B
C#
namespace Capnp.Rpc
|
|
{
|
|
class RpcProtocolErrorException : System.Exception
|
|
{
|
|
public RpcProtocolErrorException(string reason): base(reason)
|
|
{
|
|
}
|
|
}
|
|
} |