Christian Köllner cbf2144ef4 Initial commit
2019-06-12 21:56:55 +02:00

7 lines
94 B
C#

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