Changeset 273

Show
Ignore:
Timestamp:
12/13/07 08:09:49 (9 months ago)
Author:
gethema..@gmail.com
Message:

fixes for exception handling

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/backgroundrb.rb

    r270 r273  
    3737    p_data[:type] = :do_work 
    3838    establish_connection() 
    39     p @connection_status 
    4039    raise BackgrounDRb::BdrbConnError.new("Not able to connect") unless @connection_status 
    4140    dump_object(p_data,@connection)