Christian Köllner 5b8f6722ec nullability step 2
2020-01-11 17:56:12 +01:00

6 lines
93 B
C#

namespace Capnp.Rpc
{
class RpcUnimplementedException : System.Exception
{
}
}