PROTON-799: Added the SASLError and TransportError errors to Ruby.

Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a5b9335e
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a5b9335e
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/a5b9335e

Branch: refs/heads/ruby-engine-apis
Commit: a5b9335efa2c20925a482b733032b736d039d109
Parents: 63ba402
Author: Darryl L. Pierce <mcpie...@gmail.com>
Authored: Tue Jan 20 16:09:45 2015 -0500
Committer: Darryl L. Pierce <mcpie...@gmail.com>
Committed: Tue May 19 08:02:47 2015 -0400

----------------------------------------------------------------------
 proton-c/bindings/ruby/lib/core/exceptions.rb | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a5b9335e/proton-c/bindings/ruby/lib/core/exceptions.rb
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/lib/core/exceptions.rb 
b/proton-c/bindings/ruby/lib/core/exceptions.rb
index 8dead61..714830b 100644
--- a/proton-c/bindings/ruby/lib/core/exceptions.rb
+++ b/proton-c/bindings/ruby/lib/core/exceptions.rb
@@ -80,6 +80,11 @@ module Qpid
     class InProgressError < ProtonError
     end
 
+    # Raised by instances of SASL
+    #
+    class SASLError < TransportError
+    end
+
     # Raised by Session.
     #
     class SessionError < ProtonError


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to