Hi all,

Is it possible to catch exceptions that are only defined remotely when 
using the classic server?

For example:

Remote Server running rpyc classic server:
failure.py <-- remote exception class

Local Machine:
c = rpyc.classic.connect( ... )
failure = c.modules.failure

try:
    ...
except failure.Failure as f:
    print f

Thanks for your help,
Kit



Reply via email to