diff options
author | seki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-28 08:53:41 +0000 |
---|---|---|
committer | seki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-28 08:53:41 +0000 |
commit | f782e344974f1972c22580a7ad43a6e67d0cfa20 (patch) | |
tree | 8e6f7c0e65eafadd17c2a0a14378855f825f98c3 | |
parent | 40528631f1f1bac93fb7107f5d383c0d8ff97f3a (diff) | |
download | ruby-f782e344974f1972c22580a7ad43a6e67d0cfa20.tar.gz ruby-f782e344974f1972c22580a7ad43a6e67d0cfa20.tar.xz ruby-f782e344974f1972c22580a7ad43a6e67d0cfa20.zip |
lib/drb/drb.rb (DRbMessage#load): rescue Errno::* and raise DRbConnError.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Nov 28 17:47:46 2003 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> + + * lib/drb/drb.rb (DRbMessage#load): rescue Errno::* and raise + DRbConnError. + Fri Nov 28 15:41:15 2003 Tanaka Akira <akr@m17n.org> * lib/pathname.rb (Pathname#realpath): obsolete the force_absolute |