Class: Nanoc::Deploying::Deployers::NeocitiesDeployer::Errors::DeleteOrphanFailed

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

Instance Method Summary collapse

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