Exception: GitSSHWrapper::PrivateKeyRequired

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/git-ssh-wrapper.rb

Instance Method Summary collapse

Constructor Details

#initializePrivateKeyRequired

Returns a new instance of PrivateKeyRequired.



7
8
9
# File 'lib/git-ssh-wrapper.rb', line 7

def initialize
  super "You must specify either :private_key_path (path to ssh private key) or :private_key (string of ssh private key)."
end