Exception: Nanoc::Deploying::Deployers::Git::Errors::OutputDirDoesNotExist
Instance Method Summary collapse
-
#initialize(path) ⇒ OutputDirDoesNotExist
constructor
A new instance of OutputDirDoesNotExist.
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 |