Class: Nanoc::Deploying::Deployers::Git::Errors::RemoteDoesNotExist Private

Inherits:
Generic
  • Object
show all
Defined in:
lib/nanoc/deploying/deployers/git.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Constructor Details

#initialize(remote) ⇒ RemoteDoesNotExist

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of RemoteDoesNotExist.



37
38
39
# File 'lib/nanoc/deploying/deployers/git.rb', line 37

def initialize(remote)
  super("The remote to deploy to, #{remote}, does not exist.")
end