Class: Nanoc::Deploying::Deployers::Git::Errors::OutputDirDoesNotExist 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(path) ⇒ OutputDirDoesNotExist

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 OutputDirDoesNotExist.



25
26
27
# File 'lib/nanoc/deploying/deployers/git.rb', line 25

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