Class: Nanoc::Deploying::Deployers::NeocitiesDeployer::Errors::DeleteOrphanFailed
- Inherits:
-
Generic
- Object
- Error
- Generic
- Nanoc::Deploying::Deployers::NeocitiesDeployer::Errors::DeleteOrphanFailed
- Defined in:
- lib/nanoc-neocities.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ DeleteOrphanFailed
constructor
A new instance of DeleteOrphanFailed.
Constructor Details
#initialize(path) ⇒ DeleteOrphanFailed
Returns a new instance of DeleteOrphanFailed.
52 53 54 |
# File 'lib/nanoc-neocities.rb', line 52 def initialize(path) super("Failed to delete orphaned file #{path} from Neocities.") end |