Exception: Nanoc::Deploying::Deployers::Git::Errors::OutputDirDoesNotExist

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

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ OutputDirDoesNotExist

Returns a new instance of OutputDirDoesNotExist



23
24
25
# File 'lib/nanoc/deploying/deployers/git.rb', line 23

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