You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2015/06/03 22:31:07 UTC

[30/34] qpid-proton git commit: PROTON-799: Added the SASLError and TransportError errors to Ruby.

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/8f38c7ab
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8f38c7ab
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/8f38c7ab

Branch: refs/heads/master
Commit: 8f38c7ab02801bbf400f6fca4cb274d9df776059
Parents: 5d9505d
Author: Darryl L. Pierce <mc...@gmail.com>
Authored: Tue Jan 20 16:09:45 2015 -0500
Committer: Darryl L. Pierce <mc...@gmail.com>
Committed: Wed Jun 3 16:29:24 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/8f38c7ab/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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org