Project

General

Profile

« Previous | Next » 

Revision 50b8033d

Added by jeremyevans (Jeremy Evans) about 6 years ago

Handle subclasses of Exception in drb

This makes it so that client instances that call a method on a
server-side object that raise a subclass of Exception are handled
similarly to those that raise a subclass of StandardError.

Only reraise exceptions that we are fairly sure we don't want to
rescue.

Fixes [Bug #5618]