← Back to team overview

maas-devel team mailing list archive

Re: Don't forget to catch declared exceptions in RPC handlers

 

On Friday 19 Sep 2014 12:03:46 Julian Edwards wrote:
>     yield(SomeRPCFunction, arg)

Sorry that should be, of course:

    yield client(SomeRPCFunction, arg)

But the point still stands.



References