8 lines
128 B
C#
Raw Normal View History

2020-01-11 17:21:31 +01:00
#nullable enable
namespace Capnp.Rpc
2019-06-12 21:56:55 +02:00
{
class RpcUnimplementedException : System.Exception
{
}
}
2020-01-11 17:21:31 +01:00
#nullable restore