Class: Nanoc::Deploying::Deployers::Git::Errors::RemoteDoesNotExist Private
- Inherits:
-
Generic
- Object
- Core::Error
- Generic
- Nanoc::Deploying::Deployers::Git::Errors::RemoteDoesNotExist
- 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
-
#initialize(remote) ⇒ RemoteDoesNotExist
constructor
private
A new instance of RemoteDoesNotExist.
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 |