mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-13 15:21:47 +01:00
7 lines
94 B
C#
7 lines
94 B
C#
|
namespace Capnp.Rpc
|
|||
|
{
|
|||
|
class RpcUnimplementedException : System.Exception
|
|||
|
{
|
|||
|
}
|
|||
|
}
|