2020-01-11 17:21:31 +01:00

8 lines
128 B
C#

#nullable enable
namespace Capnp.Rpc
{
class RpcUnimplementedException : System.Exception
{
}
}
#nullable restore