Class: Nanoc::Deploying::Deployers::NeocitiesDeployer::Errors::OutputEmptyOrGone

Inherits:
Generic
  • Object
show all
Defined in:
lib/nanoc-neocities.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ OutputEmptyOrGone

Returns a new instance of OutputEmptyOrGone.



28
29
30
# File 'lib/nanoc-neocities.rb', line 28

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