7 lines
94 B
C#
Raw Normal View History

2019-06-12 21:56:55 +02:00
namespace Capnp.Rpc
{
class RpcUnimplementedException : System.Exception
{
}
}