Sha256: ecf4f0f6a59683c72fcb5938a829b15002659b96e9401ec8484cb061cf373335

Contents?: true

Size: 392 Bytes

Versions: 28

Compression:

Stored size: 392 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

28 entries across 28 versions & 6 rubygems

Version Path
net-ssh-7.1.0.beta2 lib/net/ssh/proxy/errors.rb
net-ssh-7.1.0.beta1 lib/net/ssh/proxy/errors.rb
net-ssh-clone-7.0.1 lib/net/ssh/proxy/errors.rb
net-ssh-7.0.1 lib/net/ssh/proxy/errors.rb
net-ssh-7.0.0 lib/net/ssh/proxy/errors.rb
net-ssh-7.0.0.beta1 lib/net/ssh/proxy/errors.rb
eximius-net-ssh-6.3.1 lib/net/ssh/proxy/errors.rb
net-ssh-6.3.0.beta1 lib/net/ssh/proxy/errors.rb