From 2445d54928c1d0368317d69c2be9b4f80dbbe1e7 Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Thu, 7 Feb 2013 15:50:06 +0000 Subject: QPID-4567: Dropped the errors.rb file and special exceptions. The code will now raise MessagingException instead in error conditions. Refactored the Session.sender, Session.receiver and Connection.session methods to no longer raise those exceptions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443576 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qpid/ruby/ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/bindings/qpid/ruby/ChangeLog') diff --git a/cpp/bindings/qpid/ruby/ChangeLog b/cpp/bindings/qpid/ruby/ChangeLog index 722d2d8509..03813053d2 100644 --- a/cpp/bindings/qpid/ruby/ChangeLog +++ b/cpp/bindings/qpid/ruby/ChangeLog @@ -1,3 +1,4 @@ Verison 0.22: * Qpid::Messaging::Address can use an address string on creation. * Qpid::Messaging::Message can use an address string for reply_to. + * Removed errors.rb and the KeyError and SessionNameException errors. -- cgit v1.2.1