Class: Nanoc::Deploying::Deployers::NeocitiesDeployer::Errors::OutputEmptyOrGone
- Inherits:
-
Generic
- Object
- Error
- Generic
- Nanoc::Deploying::Deployers::NeocitiesDeployer::Errors::OutputEmptyOrGone
- Defined in:
- lib/nanoc-neocities.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ OutputEmptyOrGone
constructor
A new instance of OutputEmptyOrGone.
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 |