Sha256: 41bff7590d3eb9609a2c8b5009f02af9a95fc1c68a5dce5fac40f85b8dd08c08

Contents?: true

Size: 396 Bytes

Versions: 48

Compression:

Stored size: 396 Bytes

Contents

require 'net/ssh/errors'

module Net 
  module SSH 
    module Proxy

      # A general exception class for all Proxy errors.
      class Error < Net::SSH::Exception; end

      # Used for reporting proxy connection errors.
      class ConnectError < Error; end

      # Used when the server doesn't recognize the user's credentials.
      class UnauthorizedError < Error; end

    end
  end
end

Version data entries

48 entries across 41 versions & 3 rubygems

Version Path
vagrant-unbundled-2.2.19.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy/errors.rb
vagrant-unbundled-2.2.18.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy/errors.rb
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy/errors.rb
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.2.0.rc1/lib/net/ssh/proxy/errors.rb
net-ssh-6.2.0.rc2 lib/net/ssh/proxy/errors.rb
vagrant-unbundled-2.2.14.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.2.0.rc1/lib/net/ssh/proxy/errors.rb
vagrant-unbundled-2.2.10.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.1.0/lib/net/ssh/proxy/errors.rb
net-ssh-6.2.0.rc1 lib/net/ssh/proxy/errors.rb
net-ssh-6.2.0.beta1 lib/net/ssh/proxy/errors.rb
net-ssh-6.1.0 lib/net/ssh/proxy/errors.rb
vagrant-unbundled-2.2.9.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-5.2.0/lib/net/ssh/proxy/errors.rb
vagrant-unbundled-2.2.8.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-5.2.0/lib/net/ssh/proxy/errors.rb
net-ssh-6.1.0.rc1 lib/net/ssh/proxy/errors.rb
net-ssh-6.0.2 lib/net/ssh/proxy/errors.rb
net-ssh-6.0.1 lib/net/ssh/proxy/errors.rb
net-ssh-6.0.0 lib/net/ssh/proxy/errors.rb
net-ssh-6.0.0.rc1 lib/net/ssh/proxy/errors.rb
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-5.1.0/lib/net/ssh/proxy/errors.rb
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.6.0/gems/net-ssh-5.1.0/lib/net/ssh/proxy/errors.rb
net-ssh-6.0.0.beta2 lib/net/ssh/proxy/errors.rb